Uses of Class
de.xima.fc.common.Unit
Packages that use Unit
-
Uses of Unit in de.xima.fc.common
Classes in de.xima.fc.common that implement interfaces with type arguments of type UnitModifier and TypeClassDescriptionfinal classTheUnitclass represents the unit datatype with only one member (one possible value).Fields in de.xima.fc.common declared as UnitModifier and TypeFieldDescriptionstatic final UnitUnit.UNITThe one and only instance of the unit data type.Methods in de.xima.fc.common with parameters of type Unit -
Uses of Unit in de.xima.fc.common.collection
Classes in de.xima.fc.common.collection that implement interfaces with type arguments of type UnitMethods in de.xima.fc.common.collection that return UnitMethods in de.xima.fc.common.collection with parameters of type UnitMethod parameters in de.xima.fc.common.collection with type arguments of type UnitModifier and TypeMethodDescriptionstatic <T> Set<T> CrudMap.newSet(Class<T> keyType, CrudMapAdapter<T, Unit> dataAdapter) Creates a new set that delegates to the givendata adapterfor 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 UnitModifier and TypeMethodDescriptionGeometry2D.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.