Package org.apache.pekko.util
Class ByteIterator.MultiByteArrayIterator$
- java.lang.Object
- 
- org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
 
- 
- Enclosing class:
- ByteIterator
 
 public static class ByteIterator.MultiByteArrayIterator$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static ByteIterator.MultiByteArrayIterator$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description MultiByteArrayIterator$()
 - 
Method SummaryAll 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- 
clearedListprotected scala.collection.immutable.List<ByteIterator.ByteArrayIterator> clearedList() 
 - 
emptypublic ByteIterator.MultiByteArrayIterator empty() 
 - 
applyprotected ByteIterator.MultiByteArrayIterator apply(scala.collection.LinearSeq<ByteIterator.ByteArrayIterator> iterators) 
 
- 
 
-