Get the MIDletState for a given midlet.paramm valid MIDletreturnstate of an objectexceptionNullPointerException if m is null return mapImpl.getStateImpl(m);
MIDletState
return mapImpl.getStateImpl(m);
Gets the state for a given MIDlet.paramm valid MIDletreturnstate for a MIDlet.exceptionNullPointerException if m is null
Set the MIDlet state map implementation if one has not been set.parammap Implementation of a MIDletMapexceptionNullPointerException if m is null if (mapImpl != null) { return; } mapImpl = map;
if (mapImpl != null) { return; } mapImpl = map;