public class AdditionOrderedSet<T> extends Object
Constructor and Description |
---|
AdditionOrderedSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T elt)
Add an element to the set.
|
void |
clear()
Clear the set (and corresponding list).
|
List<T> |
getList()
Get the elements in addition order (i.e.
|
public boolean add(T elt)
public List<T> getList()
public void clear()
Copyright © 2016. All rights reserved.