|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractSet
|
+--java.util.HashSet
|
+--edu.mit.ai.psg.utilities.HashedSet
HashedSet extends java.util.HashSet with ISet methods
| Constructor Summary | |
HashedSet()
|
|
HashedSet(Collection initElements)
|
|
HashedSet(Object[] initElements)
|
|
| Method Summary | |
Object |
clone()
|
ICollection |
map(IUnaryFunction theFunction)
|
ICollection |
select(IUnaryPredicate thePredicate)
|
| Methods inherited from class java.util.HashSet |
add,
clear,
contains,
isEmpty,
iterator,
remove,
size |
| Methods inherited from class java.util.AbstractSet |
equals,
hashCode |
| Methods inherited from class java.util.AbstractCollection |
addAll,
containsAll,
removeAll,
retainAll,
toArray,
toArray,
toString |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public HashedSet()
public HashedSet(Object[] initElements)
public HashedSet(Collection initElements)
| Method Detail |
public ICollection select(IUnaryPredicate thePredicate)
public ICollection map(IUnaryFunction theFunction)
public Object clone()
|
Copyright (c) 1996-1999 Massachusetts Institute of Technology Feedback: jeva-feedback@ai.mit.edu |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||