Class Long2ObjectCache.KeyIterator

    • Constructor Detail

      • KeyIterator

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

      • next

        public java.lang.Long next()
        Specified by:
        next in interface java.util.Iterator<java.lang.Long>
        Specified by:
        next in class Long2ObjectCache.AbstractIterator<java.lang.Long>
      • nextLong

        public long nextLong()
        Return next key without boxing.
        Returns:
        next key.