Uses of Class
com.actelion.research.util.datamodel.IdentifiedObject
-
Packages that use IdentifiedObject Package Description com.actelion.research.chem.properties.fractaldimension com.actelion.research.util.datamodel -
-
Uses of IdentifiedObject in com.actelion.research.chem.properties.fractaldimension
Subclasses of IdentifiedObject in com.actelion.research.chem.properties.fractaldimension Modifier and Type Class Description class
InputObjectFracDimCalc
InputObjectFracDimCalcclass
ResultFracDimCalc
ResultFracDimCalc -
Uses of IdentifiedObject in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel that return types with arguments of type IdentifiedObject Modifier and Type Method Description static java.util.Comparator<IdentifiedObject>
IdentifiedObject. getComparatorId()
Methods in com.actelion.research.util.datamodel with parameters of type IdentifiedObject Modifier and Type Method Description int
IdentifiedObject. compareTo(IdentifiedObject<T> io)
Method parameters in com.actelion.research.util.datamodel with type arguments of type IdentifiedObject Modifier and Type Method Description static <T> java.util.HashMap<java.lang.Long,T>
IdentifiedObject. getHashMap(java.util.List<IdentifiedObject<T>> li)
-