Package | Description |
---|---|
com.compomics.util.experiment.identification |
Experiment classes related to identifications.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.