Package org.apache.commons.chain.impl
Class ContextBase.ValuesImpl
java.lang.Object
java.util.AbstractCollection
org.apache.commons.chain.impl.ContextBase.ValuesImpl
- All Implemented Interfaces:
Iterable
,Collection
- Enclosing class:
- ContextBase
Private implementation of Collection
that implements the
semantics required for the value returned by values()
.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, 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, spliterator, stream, toArray
-
Constructor Details
-
ValuesImpl
private ValuesImpl()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceCollection
- Overrides:
clear
in classAbstractCollection
-
contains
- Specified by:
contains
in interfaceCollection
- Overrides:
contains
in classAbstractCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection
- Overrides:
isEmpty
in classAbstractCollection
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in classAbstractCollection
-
remove
- Specified by:
remove
in interfaceCollection
- Overrides:
remove
in classAbstractCollection
-
size
public int size()- Specified by:
size
in interfaceCollection
- Specified by:
size
in classAbstractCollection
-