Uses of Class
com.compomics.util.experiment.identification.features.IdentificationFeaturesCache.ObjectType
Package | Description |
---|---|
com.compomics.util.experiment.identification.features |
Classes for the generation of identification features.
|
-
Uses of IdentificationFeaturesCache.ObjectType in com.compomics.util.experiment.identification.features
Methods in com.compomics.util.experiment.identification.features that return IdentificationFeaturesCache.ObjectType Modifier and Type Method Description static IdentificationFeaturesCache.ObjectType
IdentificationFeaturesCache.ObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdentificationFeaturesCache.ObjectType[]
IdentificationFeaturesCache.ObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.identification.features with parameters of type IdentificationFeaturesCache.ObjectType Modifier and Type Method Description void
IdentificationFeaturesCache. addObject(IdentificationFeaturesCache.ObjectType type, long objectKey, Object object)
Adds an object in the cache.Object
IdentificationFeaturesCache. getObject(IdentificationFeaturesCache.ObjectType type, long objectKey)
Returns an object if present in the cache.void
IdentificationFeaturesCache. removeObjects(IdentificationFeaturesCache.ObjectType type)
Clears all objects of the given type.