Class ObjectCache.ObjectCacheIterator<K,​V>

    • Constructor Detail

      • ObjectCacheIterator

        public ObjectCacheIterator​(ObjectCache<K,​V> cache)
    • Method Detail

      • hasNext

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

        public V next()
        Specified by:
        next in interface Iterator<K>
      • remove

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