Class VoucherEntrySet
java.lang.Object
de.hybris.platform.voucher.jalo.util.VoucherEntrySet
- All Implemented Interfaces:
Iterable,Collection,Set
This class represents a set of
VoucherEntry objects-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofVoucherEntrySet. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection c) protected static VoucherEntryvoidclear()booleanbooleanbooleanisEmpty()iterator()booleanbooleanbooleanintsize()Object[]toArray()Object[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
VoucherEntrySet
public VoucherEntrySet()Creates a new instance ofVoucherEntrySet. -
VoucherEntrySet
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection- Specified by:
addin interfaceSet
-
addAll
- Specified by:
addAllin interfaceCollection- Specified by:
addAllin interfaceSet
-
checkForVoucherEntry
-
clear
public void clear()- Specified by:
clearin interfaceCollection- Specified by:
clearin interfaceSet
-
contains
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceSet
-
containsAll
- Specified by:
containsAllin interfaceCollection- Specified by:
containsAllin interfaceSet
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection- Specified by:
isEmptyin interfaceSet
-
iterator
-
remove
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceSet
-
removeAll
- Specified by:
removeAllin interfaceCollection- Specified by:
removeAllin interfaceSet
-
retainAll
- Specified by:
retainAllin interfaceCollection- Specified by:
retainAllin interfaceSet
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceSet
-
toArray
- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceSet
-
toArray
- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceSet
-