Class EmptySupplierIterator<K,​V>

  • All Implemented Interfaces:
    SupplierIterator<K,​V>, java.util.function.Supplier<V>, java.util.Iterator<K>

    public class EmptySupplierIterator<K,​V>
    extends java.lang.Object
    implements SupplierIterator<K,​V>
    • Constructor Detail

      • EmptySupplierIterator

        public EmptySupplierIterator()
    • Method Detail

      • emptyIterator

        public static <K,​V> SupplierIterator<K,​V> emptyIterator()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<K>
      • next

        public K next()
        Specified by:
        next in interface java.util.Iterator<K>
      • get

        public V get()
        Specified by:
        get in interface java.util.function.Supplier<K>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<K>