value
public int value
SmallSet
public SmallSet()
SmallSet
public SmallSet(int val)
Elements
public abstract String[] Elements()
Set_Indexof
public int Set_Indexof(String element)
equals
public boolean equals(SmallSet other)
Add_Element
public void Add_Element(String element)
Remove_Element
public void Remove_Element(String element)
Contains_Element
public boolean Contains_Element(String element)
getElements
public String getElements()
toString
public String toString()
- make all objects print with their classname, in a distinctive form,
similar to #
- Overrides:
- toString in class BaseObject
All Packages Class Hierarchy This Package Previous Next Index