Class LongObjectHashMap.KeysContainer

  • All Implemented Interfaces:
    java.lang.Iterable<LongCursor>
    Enclosing class:
    LongObjectHashMap<VType>

    public final class LongObjectHashMap.KeysContainer
    extends java.lang.Object
    implements java.lang.Iterable<LongCursor>
    A view of the keys inside this hash map.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeysContainer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<LongCursor> iterator()  
      int size()  
      long[] toArray()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • KeysContainer

        public KeysContainer()
    • Method Detail

      • iterator

        public java.util.Iterator<LongCursor> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<LongCursor>
      • size

        public int size()
      • toArray

        public long[] toArray()