akka.util
Class Collections.EmptyImmutableSeq$

java.lang.Object
  extended by akka.util.Collections.EmptyImmutableSeq$
All Implemented Interfaces:
java.io.Serializable, scala.collection.generic.FilterMonadic<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.generic.GenericTraversableTemplate<scala.runtime.Nothing$,scala.collection.GenTraversable>, scala.collection.generic.HasNewBuilder<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.GenIterable<scala.runtime.Nothing$>, scala.collection.GenIterableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.GenSeq<scala.runtime.Nothing$>, scala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.GenTraversable<scala.runtime.Nothing$>, scala.collection.GenTraversableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.GenTraversableOnce<scala.runtime.Nothing$>, scala.collection.Iterable<scala.runtime.Nothing$>, scala.collection.IterableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.Parallelizable<scala.runtime.Nothing$,scala.collection.parallel.ParIterable<scala.runtime.Nothing$>>, scala.collection.Seq<scala.runtime.Nothing$>, scala.collection.SeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.Traversable<scala.runtime.Nothing$>, scala.collection.TraversableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>, scala.collection.TraversableOnce<scala.runtime.Nothing$>, scala.Equals, scala.Function1<java.lang.Object,scala.runtime.Nothing$>, scala.Immutable, scala.PartialFunction<java.lang.Object,scala.runtime.Nothing$>, scala.Product
Enclosing class:
Collections

public static class Collections.EmptyImmutableSeq$
extends java.lang.Object
implements scala.collection.immutable.Seq<scala.runtime.Nothing$>, scala.Product, scala.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface scala.PartialFunction
scala.PartialFunction.AndThen<A,B,C>, scala.PartialFunction.Lifted<A,B>, scala.PartialFunction.OrElse<A,B>, scala.PartialFunction.Unlifted<A,B>
 
Nested classes/interfaces inherited from interface scala.collection.SeqLike
scala.collection.SeqLike.CombinationsItr, scala.collection.SeqLike.PermutationsItr
 
Nested classes/interfaces inherited from interface scala.collection.TraversableLike
scala.collection.TraversableLike.WithFilter
 
Nested classes/interfaces inherited from interface scala.collection.TraversableOnce
scala.collection.TraversableOnce.BufferedCanBuildFrom<A,CC extends scala.collection.TraversableOnce<java.lang.Object>>, scala.collection.TraversableOnce.FlattenOps<A>, scala.collection.TraversableOnce.ForceImplicitAmbiguity, scala.collection.TraversableOnce.MonadOps<A>, scala.collection.TraversableOnce.OnceCanBuildFrom<A>
 
Field Summary
static Collections.EmptyImmutableSeq$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Collections.EmptyImmutableSeq$()
           
 
Method Summary
 scala.runtime.Nothing$ apply(int idx)
           
 scala.collection.Iterator<scala.runtime.Nothing$> iterator()
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.collection.immutable.Seq
companion, parCombiner, seq, toSeq
 
Methods inherited from interface scala.PartialFunction
andThen, applyOrElse, isDefinedAt, lift, orElse, runWith
 
Methods inherited from interface scala.Function1
apply, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
 
Methods inherited from interface scala.collection.generic.GenericTraversableTemplate
flatten, foreach, genericBuilder, head, isEmpty, transpose, unzip, unzip3
 
Methods inherited from interface scala.collection.SeqLike
$colon$plus, $plus$colon, combinations, contains, containsSlice, corresponds, diff, distinct, endsWith, indexOfSlice, indexOfSlice, indexWhere, indices, intersect, isEmpty, lastIndexOfSlice, lastIndexOfSlice, lastIndexWhere, lengthCompare, padTo, patch, permutations, reverse, reverseIterator, reverseMap, segmentLength, size, sortBy, sorted, sortWith, startsWith, thisCollection, toCollection, toString, union, updated, view, view
 
Methods inherited from interface scala.collection.IterableLike
canEqual, copyToArray, drop, dropRight, exists, find, foldRight, forall, foreach, grouped, head, reduceRight, sameElements, slice, sliding, sliding, take, takeRight, takeWhile, toIterable, toIterator, toStream, zip, zipAll, zipWithIndex
 
Methods inherited from interface scala.collection.TraversableLike
$plus$plus, $plus$plus$colon, $plus$plus$colon, collect, dropWhile, filter, filterNot, flatMap, groupBy, hasDefiniteSize, headOption, init, inits, isTraversableAgain, last, lastOption, map, newBuilder, partition, repr, scan, scanLeft, scanRight, sliceWithKnownBound, sliceWithKnownDelta, span, splitAt, stringPrefix, tail, tails, to, toTraversable, withFilter
 
Methods inherited from interface scala.collection.TraversableOnce
$colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToBuffer, count, fold, foldLeft, max, maxBy, min, minBy, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRightOption, reversed, sum, toArray, toBuffer, toIndexedSeq, toList, toMap, toSet, toVector
 
Methods inherited from interface scala.collection.GenSeqLike
equals, hashCode, indexOf, indexOf, indexWhere, isDefinedAt, lastIndexOf, lastIndexOf, lastIndexWhere, prefixLength, startsWith
 
Methods inherited from interface scala.collection.Parallelizable
par
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 

Field Detail

MODULE$

public static final Collections.EmptyImmutableSeq$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Collections.EmptyImmutableSeq$

public Collections.EmptyImmutableSeq$()
Method Detail

iterator

public final scala.collection.Iterator<scala.runtime.Nothing$> iterator()
Specified by:
iterator in interface scala.collection.GenIterableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>
Specified by:
iterator in interface scala.collection.IterableLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>

apply

public final scala.runtime.Nothing$ apply(int idx)
Specified by:
apply in interface scala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>
Specified by:
apply in interface scala.collection.SeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>

length

public final int length()
Specified by:
length in interface scala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>
Specified by:
length in interface scala.collection.SeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>