Uses of Class
org.infinispan.stream.impl.EndIterator
-
Packages that use EndIterator Package Description org.infinispan.stream.impl -
-
Uses of EndIterator in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl that return EndIterator Modifier and Type Method Description static EndIterator
EndIterator. getInstance()
EndIterator
EndIterator.EndIteratorExternalizer. readObject(ObjectInput input)
Methods in org.infinispan.stream.impl that return types with arguments of type EndIterator Modifier and Type Method Description Set<Class<? extends EndIterator>>
EndIterator.EndIteratorExternalizer. getTypeClasses()
Methods in org.infinispan.stream.impl with parameters of type EndIterator Modifier and Type Method Description void
EndIterator.EndIteratorExternalizer. writeObject(ObjectOutput output, EndIterator object)
-