F - the type of elements in the underlying SetT - the type that the elements should be converted topublic static class ConverterCollections.ConverterSet<F,T> extends ConverterCollections.ConverterCollection<F,T> implements Set<T>, Serializable
m_col, m_convDown, m_convUp| Constructor and Description |
|---|
ConverterSet(Collection<F> col,
Converter<F,T> convUp,
Converter<T,F> convDown)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares the specified object with this collection for equality.
|
int |
hashCode() |
add, addAll, clear, contains, containsAll, getCollection, getConverterDown, getConverterUp, instantiateCollection, instantiateIterator, invalidate, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean equals(Object o)
Obeys the general contract of Collection.equals.
equals in interface Collection<T>equals in interface Set<T>equals in class ConverterCollections.ConverterCollection<F,T>o - Object to be compared for equality with this Collection