Package org.infinispan.container.impl
Class AbstractInternalDataContainer.Values
- java.lang.Object
-
- java.util.AbstractCollection<V>
-
- org.infinispan.container.impl.AbstractInternalDataContainer.Values
-
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
- Enclosing class:
- AbstractInternalDataContainer<K,V>
@Deprecated protected class AbstractInternalDataContainer.Values extends AbstractCollection<V>
Deprecated.This is to removed whenAbstractInternalDataContainer.entrySet()
is removedMinimal implementation needed for unmodifiable Collection
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Values()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterator<V>
iterator()
Deprecated.int
size()
Deprecated.Spliterator<V>
spliterator()
Deprecated.-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
iterator
public Iterator<V> iterator()
Deprecated.- Specified by:
iterator
in interfaceCollection<V>
- Specified by:
iterator
in interfaceIterable<V>
- Specified by:
iterator
in classAbstractCollection<V>
-
size
public int size()
Deprecated.- Specified by:
size
in interfaceCollection<V>
- Specified by:
size
in classAbstractCollection<V>
-
spliterator
public Spliterator<V> spliterator()
Deprecated.
-
-