Uses of Class
org.yecht.MapPart
-
Packages that use MapPart Package Description org.yecht -
-
Uses of MapPart in org.yecht
Methods in org.yecht that return MapPart Modifier and Type Method Description static MapPartMapPart. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MapPart[]MapPart. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yecht with parameters of type MapPart Modifier and Type Method Description voidNode. mapAssign(MapPart p, int idx, java.lang.Object id)java.lang.ObjectNode. mapRead(MapPart p, int idx)
-