|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Function in org.zedlib |
| Subinterfaces of Function in org.zedlib | |
interface |
Bag
Bags are collections of elements of X in which the number of times an element occurs is significant. |
interface |
Sequence
A sequence is a type of function that maps an integer (usually representing an ordering) to an object. |
| Classes in org.zedlib that implement Function | |
class |
HashBag
Bags are collections of elements of X in which the number of times an element occurs is significant. |
class |
HashFun
This class provides similar functionality to java.util.Map, however,
it is properly descended from a Set (org.zedlib.Set, hence
implements the java.util.Set interface). |
class |
HashSeq
A sequence is a type of function that maps an integer (usually representing an ordering) to an object. |
| Constructors in org.zedlib with parameters of type Function | |
HashFun(Function f)
Constructs a function from a given function. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||