Uses of Class
de.xima.fc.common.Unit
-
Packages that use Unit Package Description de.xima.fc.common de.xima.fc.common.collection de.xima.fc.common.geometry -
-
Uses of Unit in de.xima.fc.common
Fields in de.xima.fc.common declared as Unit Modifier and Type Field Description static Unit
Unit. UNIT
The one and only instance of the unit data type.Methods in de.xima.fc.common with parameters of type Unit Modifier and Type Method Description int
Unit. compareTo(Unit other)
-
Uses of Unit in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return Unit Modifier and Type Method Description Unit
CrudMapAdapter.SetLike. get(Value key)
Methods in de.xima.fc.common.collection with parameters of type Unit Modifier and Type Method Description void
CrudMapAdapter.SetLike. set(Value key, Unit unit)
Method parameters in de.xima.fc.common.collection with type arguments of type Unit Modifier and Type Method Description static <T> Set<T>
CrudMap. newSet(Class<T> keyType, CrudMapAdapter<T,Unit> dataAdapter)
Creates a new set that delegates to the givendata adapter
for getting elements from the set, adding deleting elements to the set, and deleting elements from the set. -
Uses of Unit in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return types with arguments of type Unit Modifier and Type Method Description static OneOfN.OneOf3<ECardinalDirection2D,EPrimaryIntercardinalDirection2D,Unit>
Geometry2D. classifyRectangleCardinalPosition(Point2DDouble pos1, Rectangular2DDouble size1, Point2DDouble pos2, Rectangular2DDouble size2)
Classifies the relative position of two non-overlapping rectangles r1 and r2 in a 2D space in regard to their cardinal relationship.
-