public class ExtensionSet<T extends ExtensionValue> extends AbstractCollection<T> implements Serializable
| Constructor and Description |
|---|
ExtensionSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T e) |
boolean |
equals(Object o) |
<E extends T> |
findByType(Class<E> clz) |
<E extends T> |
findOrAddByType(Class<E> clz) |
int |
hashCode() |
Iterator<T> |
iterator() |
int |
size() |
String |
toString() |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic Iterator<T> iterator()
iterator in interface Iterable<T extends ExtensionValue>iterator in interface Collection<T extends ExtensionValue>iterator in class AbstractCollection<T extends ExtensionValue>public int size()
size in interface Collection<T extends ExtensionValue>size in class AbstractCollection<T extends ExtensionValue>public boolean add(T e)
add in interface Collection<T extends ExtensionValue>add in class AbstractCollection<T extends ExtensionValue>public String toString()
toString in class AbstractCollection<T extends ExtensionValue>public boolean equals(Object o)
equals in interface Collection<T extends ExtensionValue>equals in class Objectpublic int hashCode()
hashCode in interface Collection<T extends ExtensionValue>hashCode in class ObjectCopyright © 2018 Zanata Project. All rights reserved.