Uses of Enum
com.compomics.util.experiment.identification.features.IdentificationFeaturesCache.ObjectType
Packages that use IdentificationFeaturesCache.ObjectType
Package
Description
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.ObjectTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.ObjectTypeModifier and TypeMethodDescriptionvoidIdentificationFeaturesCache.addObject(IdentificationFeaturesCache.ObjectType type, long objectKey, Object object) Adds an object in the cache.IdentificationFeaturesCache.getObject(IdentificationFeaturesCache.ObjectType type, long objectKey) Returns an object if present in the cache.voidIdentificationFeaturesCache.removeObjects(IdentificationFeaturesCache.ObjectType type) Clears all objects of the given type.