| java.lang.Object spoon.jdiet.rt.Helper
Helper | public class Helper (Code) | | This class contains helper methods used by classes tansformed by the
J2MEConverter processor. This class implements features of J2SE unavailable
with J2ME.
author: Lionel Seinturier |
addSet | public static boolean addSet(Vector v, Object element)(Code) | | Add an element in a vector with a set semantics.
If the element already exists in the vector, do not add it.
true if the vector has changed after the adding |
entrySet | public static Vector entrySet(Hashtable h)(Code) | | Given a Hashtable, return a vector of MapEntryImpl corresponding to pairs
of keys and values contained in the Hashtable.
|
|
|