java.io.Externalizable, java.io.Serializable, java.lang.Iterable<java.lang.Byte>, java.util.Collection<java.lang.Byte>, java.util.Set<java.lang.Byte>public class TByteSetDecorator
extends java.util.AbstractSet<java.lang.Byte>
implements java.util.Set<java.lang.Byte>, java.io.Externalizable
| Modifier and Type | Field | Description |
|---|---|---|
protected TByteSet |
_set |
the wrapped primitive set
|
| Constructor | Description |
|---|---|
TByteSetDecorator() |
FOR EXTERNALIZATION ONLY!!
|
TByteSetDecorator(TByteSet set) |
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(java.lang.Byte value) |
Inserts a value into the set.
|
void |
clear() |
Empties the set.
|
boolean |
contains(java.lang.Object o) |
|
boolean |
equals(java.lang.Object other) |
Compares this set with another set for equality of their stored
entries.
|
TByteSet |
getSet() |
Returns a reference to the set wrapped by this decorator.
|
boolean |
isEmpty() |
Indicates whether set has any entries.
|
java.util.Iterator<java.lang.Byte> |
iterator() |
Creates an iterator over the values of the set.
|
void |
readExternal(java.io.ObjectInput in) |
|
boolean |
remove(java.lang.Object value) |
Deletes a value from the set.
|
int |
size() |
Returns the number of entries in the set.
|
void |
writeExternal(java.io.ObjectOutput out) |
addAll, containsAll, retainAll, toArray, toArray, toStringprotected TByteSet _set
public TByteSetDecorator()
public TByteSetDecorator(TByteSet set)
set - the TByteSet to wrap.public TByteSet getSet()
public boolean add(java.lang.Byte value)
add in interface java.util.Collection<java.lang.Byte>add in interface java.util.Set<java.lang.Byte>add in class java.util.AbstractCollection<java.lang.Byte>value - true if the set was modified by the insertionpublic boolean equals(java.lang.Object other)
equals in interface java.util.Collection<java.lang.Byte>equals in interface java.util.Set<java.lang.Byte>equals in class java.util.AbstractSet<java.lang.Byte>other - an Object valuepublic void clear()
clear in interface java.util.Collection<java.lang.Byte>clear in interface java.util.Set<java.lang.Byte>clear in class java.util.AbstractCollection<java.lang.Byte>public boolean remove(java.lang.Object value)
remove in interface java.util.Collection<java.lang.Byte>remove in interface java.util.Set<java.lang.Byte>remove in class java.util.AbstractCollection<java.lang.Byte>value - an Object valuepublic java.util.Iterator<java.lang.Byte> iterator()
iterator in interface java.util.Collection<java.lang.Byte>iterator in interface java.lang.Iterable<java.lang.Byte>iterator in interface java.util.Set<java.lang.Byte>iterator in class java.util.AbstractCollection<java.lang.Byte>public int size()
size in interface java.util.Collection<java.lang.Byte>size in interface java.util.Set<java.lang.Byte>size in class java.util.AbstractCollection<java.lang.Byte>public boolean isEmpty()
isEmpty in interface java.util.Collection<java.lang.Byte>isEmpty in interface java.util.Set<java.lang.Byte>isEmpty in class java.util.AbstractCollection<java.lang.Byte>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<java.lang.Byte>contains in interface java.util.Set<java.lang.Byte>contains in class java.util.AbstractCollection<java.lang.Byte>public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException