public class IterableSet extends HashChain implements java.util.Set
| Constructor and Description |
|---|
IterableSet() |
IterableSet(java.util.Collection<SootClass> c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object o)
Adds the given object to this HashChain.
|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
IterableSet |
intersection(IterableSet other) |
boolean |
intersects(IterableSet other) |
boolean |
isStrictSubsetOf(IterableSet other) |
boolean |
isStrictSupersetOf(IterableSet other) |
boolean |
isSubsetOf(IterableSet other) |
boolean |
isSupersetOf(IterableSet other) |
boolean |
remove(java.lang.Object o)
Removes the given object from this Chain.
|
java.lang.String |
toString()
Returns a textual representation of the contents of this Chain.
|
IterableSet |
union(IterableSet other) |
addFirst, addLast, clear, contains, containsAll, follows, followsOld, getFirst, getLast, getPredOf, getSuccOf, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, iterator, iterator, iterator, listToHashChain, removeFirst, removeLast, size, snapshotIterator, snapshotIterator, swapWith, toListaddAll, isEmpty, removeAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitpublic IterableSet(java.util.Collection<SootClass> c)
public IterableSet()
public boolean add(java.lang.Object o)
HashChainpublic boolean remove(java.lang.Object o)
ChainObject to be compatible
with the Collection interface.public boolean equals(java.lang.Object o)
equals in interface java.util.Collectionequals in interface java.util.Setequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.CollectionhashCode in interface java.util.SethashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic boolean isSubsetOf(IterableSet other)
public boolean isSupersetOf(IterableSet other)
public boolean isStrictSubsetOf(IterableSet other)
public boolean isStrictSupersetOf(IterableSet other)
public boolean intersects(IterableSet other)
public IterableSet intersection(IterableSet other)
public IterableSet union(IterableSet other)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.