Package akka.util
Class Collections.EmptyImmutableSeq$
- java.lang.Object
-
- akka.util.Collections.EmptyImmutableSeq$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.collection.generic.FilterMonadic<scala.runtime.Nothing$,scala.collection.Traversable<scala.runtime.Nothing$>>
,scala.collection.generic.GenericTraversableTemplate<scala.runtime.Nothing$,scala.collection.GenTraversable>
,scala.collection.generic.HasNewBuilder<scala.runtime.Nothing$,scala.collection.Traversable<scala.runtime.Nothing$>>
,scala.collection.GenIterable<scala.runtime.Nothing$>
,scala.collection.GenIterableLike<scala.runtime.Nothing$,scala.collection.GenIterable<scala.runtime.Nothing$>>
,scala.collection.GenSeq<scala.runtime.Nothing$>
,scala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.GenSeq<scala.runtime.Nothing$>>
,scala.collection.GenTraversable<scala.runtime.Nothing$>
,scala.collection.GenTraversableLike<scala.runtime.Nothing$,scala.collection.Traversable<scala.runtime.Nothing$>>
,scala.collection.GenTraversableOnce<scala.runtime.Nothing$>
,scala.collection.immutable.Iterable<scala.runtime.Nothing$>
,scala.collection.immutable.Seq<scala.runtime.Nothing$>
,scala.collection.immutable.Traversable<scala.runtime.Nothing$>
,scala.collection.Iterable<scala.runtime.Nothing$>
,scala.collection.IterableLike<scala.runtime.Nothing$,scala.collection.Iterable<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.Traversable<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
,scala.Serializable
- 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 extends java.lang.Object,B extends java.lang.Object,C extends java.lang.Object>, scala.PartialFunction.Lifted<A extends java.lang.Object,B extends java.lang.Object>, scala.PartialFunction.OrElse<A extends java.lang.Object,B extends java.lang.Object>, scala.PartialFunction.Unlifted<A extends java.lang.Object,B extends java.lang.Object>
-
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 extends java.lang.Object,CC extends scala.collection.TraversableOnce<java.lang.Object>>, scala.collection.TraversableOnce.FlattenOps<A extends java.lang.Object>, scala.collection.TraversableOnce.ForceImplicitAmbiguity, scala.collection.TraversableOnce.MonadOps<A extends java.lang.Object>, scala.collection.TraversableOnce.OnceCanBuildFrom<A extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Collections.EmptyImmutableSeq$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EmptyImmutableSeq$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.runtime.Nothing$
apply(int idx)
scala.collection.Iterator<scala.runtime.Nothing$>
iterator()
int
length()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, newBuilder, transpose, unzip, unzip3
-
Methods inherited from interface scala.collection.GenSeqLike
equals, hashCode, indexOf, indexOf, indexWhere, isDefinedAt, lastIndexOf, lastIndexOf, lastIndexWhere, prefixLength, startsWith
-
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.PartialFunction
andThen, applyOrElse, isDefinedAt, lift, orElse, runWith
-
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.TraversableLike
$plus$plus, $plus$plus$colon, $plus$plus$colon, collect, dropWhile, filter, filterImpl, 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
-
-
-
-
Field Detail
-
MODULE$
public static final Collections.EmptyImmutableSeq$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
iterator
public final scala.collection.Iterator<scala.runtime.Nothing$> iterator()
- Specified by:
iterator
in interfacescala.collection.GenIterableLike<scala.runtime.Nothing$,scala.collection.GenIterable<scala.runtime.Nothing$>>
- Specified by:
iterator
in interfacescala.collection.IterableLike<scala.runtime.Nothing$,scala.collection.Iterable<scala.runtime.Nothing$>>
-
apply
public final scala.runtime.Nothing$ apply(int idx)
- Specified by:
apply
in interfacescala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.GenSeq<scala.runtime.Nothing$>>
- Specified by:
apply
in interfacescala.collection.SeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>
-
length
public final int length()
- Specified by:
length
in interfacescala.collection.GenSeqLike<scala.runtime.Nothing$,scala.collection.GenSeq<scala.runtime.Nothing$>>
- Specified by:
length
in interfacescala.collection.SeqLike<scala.runtime.Nothing$,scala.collection.Seq<scala.runtime.Nothing$>>
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
-