Class Long2ObjectCache.KeyIterator

All Implemented Interfaces:
Iterator<Long>
Enclosing class:
Long2ObjectCache<V>

public final class Long2ObjectCache.KeyIterator extends Long2ObjectCache<V>.AbstractIterator<Long>
Iterator over keys which supports access to unboxed keys via nextLong().
  • Constructor Details

    • KeyIterator

      public KeyIterator()
      Create a new instance.
  • Method Details