akka.util
Class ByteIterator.MultiByteArrayIterator$

java.lang.Object
  extended by akka.util.ByteIterator.MultiByteArrayIterator$
Enclosing class:
ByteIterator

public static class ByteIterator.MultiByteArrayIterator$
extends java.lang.Object


Field Summary
static ByteIterator.MultiByteArrayIterator$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ByteIterator.MultiByteArrayIterator$()
           
 
Method Summary
protected  ByteIterator.MultiByteArrayIterator apply(scala.collection.LinearSeq<ByteIterator.ByteArrayIterator> iterators)
           
protected  scala.collection.immutable.List<ByteIterator.ByteArrayIterator> clearedList()
           
 ByteIterator.MultiByteArrayIterator empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ByteIterator.MultiByteArrayIterator$

public ByteIterator.MultiByteArrayIterator$()
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)