public abstract class NumberWrapper extends Object implements Iterable, Set
| Constructor and Description |
|---|
NumberWrapper()
NumberWrapper constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsAll(Collection arg0) |
abstract NumberWrapper |
increment(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
Object[] |
toArray(Object[] arg0) |
public void clear()
clear in interface Collectionclear in interface Setpublic boolean containsAll(Collection arg0)
containsAll in interface CollectioncontainsAll in interface Setpublic abstract NumberWrapper increment(int i)
public boolean remove(Object o)
remove in interface Collectionremove in interface Setpublic boolean removeAll(Collection arg0)
removeAll in interface CollectionremoveAll in interface Setpublic boolean retainAll(Collection arg0)
retainAll in interface CollectionretainAll in interface SetCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.