.. java:import:: java.util Iterator .. java:import:: java.util NoSuchElementException SetMap ====== .. java:package:: com.ampl :noindex: .. java:type:: public class SetMap implements EntityMap Fields ------ _impl ^^^^^ .. java:field:: EntityMapSet _impl :outertype: SetMap Constructors ------------ SetMap ^^^^^^ .. java:constructor:: SetMap(EntityMapSet impl) :outertype: SetMap Methods ------- find ^^^^ .. java:method:: @Override public Set find(String name) :outertype: SetMap Get the Set with the specified name :throws NoSuchElementException: if not found iterator ^^^^^^^^ .. java:method:: @Override public Iterator iterator() :outertype: SetMap Get an iterator to the contents of the class size ^^^^ .. java:method:: @Override public int size() :outertype: SetMap Get the number of Sets