java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.serialization.objects.SerEnumSet<E extends java.lang.Enum<E>> |
A serializable version of EnumSet.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SerEnumSet()
Reserved.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | add(E e) | ||||||||||
boolean | addAll(Collection<? extends E> c) | ||||||||||
void | clear() | ||||||||||
boolean | contains(Object o) | ||||||||||
boolean | containsAll(Collection<?> c) | ||||||||||
boolean | equals(Object obj) | ||||||||||
int | hashCode() | ||||||||||
boolean | isEmpty() | ||||||||||
Iterator<E> | iterator() | ||||||||||
boolean | remove(Object o) | ||||||||||
boolean | removeAll(Collection<?> c) | ||||||||||
boolean | retainAll(Collection<?> c) | ||||||||||
int | size() | ||||||||||
<T> T[] | toArray(T[] a) | ||||||||||
Object[] | toArray() | ||||||||||
String | toString() | ||||||||||
static <E extends Enum<E>> SerEnumSet<E> | wrap(Class<E> c, EnumSet<E> set) | ||||||||||
EnumSet<E> |
wrapped()
Retrieve the wrapped EnumSet object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
From interface
java.util.Collection
| |||||||||||
From interface
java.util.Set
|
Retrieve the wrapped EnumSet object.