static class TaggingPresetReader.HashSetWithLast<E> extends java.util.LinkedHashSet<E>
Modifier and Type | Field and Description |
---|---|
protected E |
last |
private static long |
serialVersionUID |
Constructor and Description |
---|
HashSetWithLast() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
E |
getLast()
Returns the last inserted element.
|
clear, clone, contains, isEmpty, iterator, remove, size
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
HashSetWithLast()