Class SimpleCacheImpl.Values

    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • retainAll

        public boolean retainAll​(Collection<?> c)
        Specified by:
        retainAll in interface Collection<V>
        Overrides:
        retainAll in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • removeAll

        public boolean removeAll​(Collection<?> c)
        Specified by:
        removeAll in interface Collection<V>
        Overrides:
        removeAll in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • remove

        public boolean remove​(Object o)
        Specified by:
        remove in interface Collection<V>
        Overrides:
        remove in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • clear

        public void clear()
        Specified by:
        clear in interface Collection<V>
        Overrides:
        clear in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • iterator

        public org.infinispan.commons.util.CloseableIterator<V> iterator()
        Specified by:
        iterator in interface org.infinispan.commons.util.CloseableIteratorCollection<V>
        Specified by:
        iterator in interface Collection<V>
        Specified by:
        iterator in interface Iterable<V>
        Overrides:
        iterator in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • size

        public int size()
        Specified by:
        size in interface Collection<V>
        Overrides:
        size in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Collection<V>
        Overrides:
        isEmpty in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter<V>