T
public class ItemSet<T> extends Object
ItemSet()
ItemSet<T>
add(T item)
Set<T>
getItems()
remove(T item)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ItemSet()
public ItemSet<T> add(T item)
public ItemSet<T> remove(T item)
public int size()
public Set<T> getItems()
public String toString()
toString
Object
Copyright © 2021. All rights reserved.