VInner - - type of the element in the inner invisible set.VOuter - - type of the elements publically accessible in the outer set.public abstract class ConvertedSet<VInner,VOuter> extends ConvertedCollection<VInner,VOuter> implements Set<VOuter>
| Constructor and Description |
|---|
ConvertedSet(Collection<VInner> inner) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraygetInnerConverter, getOuterConverter, toInner, toOuterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ConvertedSet(Collection<VInner> inner)
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.