Package akka.util
Class ByteIterator.MultiByteArrayIterator$
- java.lang.Object
 - 
- akka.util.ByteIterator.MultiByteArrayIterator$
 
 
- 
- Enclosing class:
 - ByteIterator
 
public static class ByteIterator.MultiByteArrayIterator$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ByteIterator.MultiByteArrayIterator$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description MultiByteArrayIterator$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ByteIterator.MultiByteArrayIteratorapply(scala.collection.LinearSeq<ByteIterator.ByteArrayIterator> iterators)protected scala.collection.immutable.List<ByteIterator.ByteArrayIterator>clearedList()ByteIterator.MultiByteArrayIteratorempty() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ByteIterator.MultiByteArrayIterator$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
clearedList
protected scala.collection.immutable.List<ByteIterator.ByteArrayIterator> clearedList()
 
- 
empty
public ByteIterator.MultiByteArrayIterator empty()
 
- 
apply
protected ByteIterator.MultiByteArrayIterator apply(scala.collection.LinearSeq<ByteIterator.ByteArrayIterator> iterators)
 
 - 
 
 -