[all packages]
[package net.sf.pizzacompiler.util]
[class hierarchy]
[index]
public class net.sf.pizzacompiler.util.Set<A>
(source file: /home/enno/source/tmp/pizza/main/src/net/sf/pizzacompiler/util/Set.pizza)
java.lang.Object
|
+----net.sf.pizzacompiler.util.Set<A>
The pure class interface.
public class Set<A>
implements java.io.Serializable, Cloneable
-
Copyright (C) 2001 Nicolas Fortescue.
This software is distributed under the Artistic License. See
artistic.html or artistic.txt which came with this distribution.

Set(int, float)
-
Set(int)
-
Set()
-

clear()
-
clone()
-
contains(A)
-
elements()
-
isEmpty()
-
put(A)
-
rehash()
-
remove(A)
-
size()
-
toString()
-

Set
public Set();
Set
public Set(int initialCapacity);
Set
public Set(int initialCapacity,
float loadFactor);

isEmpty
public boolean isEmpty();
size
public int size();
elements
public synchronized Enumeration<A> elements();
contains
public synchronized boolean contains(A elem);
rehash
protected void rehash();
put
public synchronized void put(A elem);
remove
public synchronized boolean remove(A elem);
clear
public synchronized void clear();
clone
public synchronized Object clone();
toString
public synchronized String toString();
[all packages]
[package net.sf.pizzacompiler.util]
[class hierarchy]
[index]
net.sf.pizzacompiler.util.Set.html