public class ObjectSet extends Object
ObjectSet()
void
add(Object obj)
boolean
contains(Object obj)
Iterator
iterator()
remove(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectSet()
public boolean contains(Object obj)
public void add(Object obj)
public void remove(Object obj)
public Iterator iterator()
Copyright © 2017 Oracle. All rights reserved.