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 MapPart
MapPart. 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 void
Node. mapAssign(MapPart p, int idx, java.lang.Object id)
java.lang.Object
Node. mapRead(MapPart p, int idx)
-