Class EmptySupplierIterator<K,V>
java.lang.Object
io.usethesource.capsule.util.iterator.EmptySupplierIterator<K,V>
- All Implemented Interfaces:
SupplierIterator<K,V>, Supplier<V>, Iterator<K>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> SupplierIterator <K, V> get()booleanhasNext()next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
EMPTY_ITERATOR
-
-
Constructor Details
-
EmptySupplierIterator
public EmptySupplierIterator()
-
-
Method Details
-
emptyIterator
-
hasNext
-
next
-
get
-
remove
-