- cachePlain(int, String) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
-  
- calculateFileHash(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Calculates an MD5 hash on ten evenly distributed 1kB blocks from the file. 
- calculateNewCapacity(int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
-  
- canonicalize(Attribute<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
- 
Set keyas the canonical (and only allowed) attribute for its equivalence class.
 
- cast(Object, Class<T>) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Check if an object is of a specified type and cast it to that if possible. 
- centerContained(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
- centerContainedIn(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
- 
- clampedFloorIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Get the longvalue closest to the floor of the numerical quantity value that this
 quantity would have if expressed in the unittargetUnit.
 
- clampedIntFloorIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Get the intvalue closest to the floor of the numerical quantity value that this
 quantity would have if expressed in the unittargetUnit.
 
- clampedLongValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Get the longvalue closest to the numerical quantity value that this quantity would
 have if expressed in the unittargetUnit.
 
- CLASS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- CLASS_LOADER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- clear() - Method in class org.openjdk.jmc.common.collection.SimpleArray
- 
Clear all elements. 
- closeSilently(Closeable) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Closes a closeable. 
- ColorToolkit - Class in org.openjdk.jmc.common.util
- 
- combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- combine(IConstraint<?>) - Method in interface org.openjdk.jmc.common.unit.IConstraint
- 
Return a constraint that honors both this constraint and other, if such a constraint
 would accept anything exceptnull.
 
- combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
-  
- combineNonSame(ComparableConstraint<T>) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
- 
Combine with other ComparableConstraint known not to be the same instance, but having the
 same persister. 
- commonUnits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- ComparableConstraint<T extends Comparable<T>> - Class in org.openjdk.jmc.common.unit
- 
- ComparableConstraint(IPersister<T>, T, T) - Constructor for class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- compareTo(MapToolkit.IntEntry<K>) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
-  
- compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- compareTo(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
-  
- compositeElement(String) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
- 
Create an accessor that returns a specified value from  CompositeData instances. 
- CompositeKey - Class in org.openjdk.jmc.common.util
- 
A class that can be used to combine multiple objects as one key. 
- CompositeKey(Object[]) - Constructor for class org.openjdk.jmc.common.util.CompositeKey
-  
- computeValue(K) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
- 
This method must be overridden in subclasses so that values can be computed for missing keys. 
- concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- concat(IScalarAffineTransform) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
- 
Concatenate this transform with innerTransform, such that applying the resulting
 transform is equivalent to first applyinginnerTransformand then applying this
 transform on the resulting value.
 
- concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
-  
- concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
- 
Concatenate (that is, multiply) this scale factor with innerFactor.
 
- concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- conflictingConstraints(Object, String) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
-  
- constant(V) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
- 
Create an accessor that always return the same value. 
- constrain(IConstraint<U>, String, String) - Static method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- constrain(IConstraint<U>, U, U) - Static method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- constraints - Variable in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.SetConsumer
-  
- consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
-  
- consume(IItem) - Method in interface org.openjdk.jmc.common.item.IItemConsumer
- 
Consumes another item. 
- contains(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
-  
- contains(IMemberAccessor<? extends String, T>, String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
Create a predicate that checks if a string value contains a specified substring. 
- ContentType<T> - Class in org.openjdk.jmc.common.unit
- 
A content type describes what kind of data a value is. 
- ContentType(String, String) - Constructor for class org.openjdk.jmc.common.unit.ContentType
-  
- convertTo(long) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- convertTo(float) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- convertTo(double) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- convertToTypes(IItemFilter, List<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
-  
- copy(InputStream, OutputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Copy all data from an input stream to an output stream. 
- copy(InputStream, OutputStream, int) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Copy all data from an input stream to an output stream. 
- copyFile(File, File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Copies srcFile to targetFile. 
- copyTo(T[], int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
- 
Copy all elements from the backing array to another array. 
- count - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
-  
- count() - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- count(String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- count(IType<?>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- count(IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- count(String, String, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- COUNT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- CountConsumer() - Constructor for class org.openjdk.jmc.common.item.Aggregators.CountConsumer
-  
- countDistinct(String, String, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- create(IStateful) - Static method in class org.openjdk.jmc.common.util.StatefulState
- 
Create a new instance. 
- createChild(String) - Method in interface org.openjdk.jmc.common.IWritableState
- 
Creates a new child node. 
- createDocumentBuildFactoryInstance() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Create a document builder factory with safe settings. 
- createElement(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Adds a child element with the name tagName to the parent and returns the new child element. 
- createInfinite(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
- 
- createIntMap(int, float) - Static method in class org.openjdk.jmc.common.collection.MapToolkit
- 
Create a map for storing integers based on a given key type. 
- createNewDocument(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Creates a new empty XML document. 
- createPoint(IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- createSAXParserFactory() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Create a SAX parser factory with safe settings. 
- createTransformerFactory() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Create a transformer factory with safe settings. 
- createUnitSelector(LinearKindOfQuantity, Iterable<BinaryPrefix>) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- createUnitSelector(LinearKindOfQuantity, Iterable<DecimalPrefix>) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- createUnitSelector(LinearKindOfQuantity, Iterable<P>) - Method in interface org.openjdk.jmc.common.unit.IPrefix
-  
- createWithEnd(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- createWithExtent(IQuantity, ITypedQuantity<LinearUnit>) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- createWithNegPreOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- createWithPostOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- createWithPreOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- createWriter(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
- 
Create a new writable state. 
- Custom(LinearKindOfQuantity, String, ScaleFactor, LinearUnit, String, String, String...) - Constructor for class org.openjdk.jmc.common.unit.LinearUnit.Custom
-  
- customParseInteractive(String) - Method in class org.openjdk.jmc.common.unit.LinearUnit
- 
- CustomUnitSelector - Class in org.openjdk.jmc.common.unit
-  
- CustomUnitSelector(LinearKindOfQuantity, LinearKindOfQuantity.LinearUnitSelector, Collection<LinearUnit>, LinearKindOfQuantity.LinearUnitSelector, SortedSet<ITypedQuantity<LinearUnit>>) - Constructor for class org.openjdk.jmc.common.unit.CustomUnitSelector
-  
- get(long) - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
- 
Get the value at an index. 
- get(K, boolean) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
- 
Get the value for a key and optionally compute a new value if it is not already present in
 the map. 
- get(int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
- 
Get the element at the specified index. 
- get(int) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- get(int) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- get(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
- 
Get the mapped value for key, or null if no value is currently mapped.
 
- get(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
-  
- getAccessor(IType<T>) - Method in interface org.openjdk.jmc.common.item.IAccessorFactory
- 
Gets the accessor for specified type. 
- getAccessor(IType<T>) - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
-  
- getAccessor(IAccessorKey<M>) - Method in interface org.openjdk.jmc.common.item.IType
- 
Internal low-level mechanism for retrieving a member accessor for a type, or null if not
 available. 
- getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.StructContentType
-  
- getAccessorKeys() - Method in interface org.openjdk.jmc.common.item.IType
- 
Get keys for the accessors that this type knows of. 
- getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.StructContentType
-  
- getAddress() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
The address of the object, used for identity purposes. 
- getAddress() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getAggregate(IAggregator<V, C>) - Method in interface org.openjdk.jmc.common.item.IItemCollection
- 
Calculates an aggregated value for the items in this collection. 
- getAggregators() - Method in interface org.openjdk.jmc.common.item.IItemQuery
-  
- getAlignmentLog1024(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 1024 logarithm of the binary alignment of value.
 
- getAlignmentLog1024(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 1024 logarithm of the binary alignment of value.
 
- getAlignmentLog2(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 2 logarithm of the binary alignment of value.
 
- getAlignmentLog2(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 2 logarithm of the binary alignment of value.
 
- getAllContentTypes() - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getAllUnits() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getAllUnits() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getAltLocalizedNames() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Get alternate names for content assist matching. 
- getAltLocalizedNames() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getAltLocalizedNames() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getAppendableSuffix(boolean) - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
- getAppendableSuffix(boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getAppendableSuffix(boolean) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getAttribute(String) - Method in interface org.openjdk.jmc.common.IState
- 
Gets a named attribute value. 
- getAttribute() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
-  
- getAttribute(String) - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getAttributeKeys() - Method in interface org.openjdk.jmc.common.IState
- 
Return an array with the attribute keys for this state. 
- getAttributeKeys() - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getAttributes() - Method in interface org.openjdk.jmc.common.item.IItemQuery
-  
- getAttributes() - Method in interface org.openjdk.jmc.common.item.IType
- 
Deprecated. 
- getAttributes() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getAttributes() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getAttributes() - Method in class org.openjdk.jmc.common.unit.StructContentType
-  
- getBadString() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
- 
The string where the problem was encountered, so that it might be highlighted. 
- getBCI() - Method in interface org.openjdk.jmc.common.IMCFrame
- 
Returns the byte code index in Java class file, or nullif not available.
 
- getBCI() - Method in class org.openjdk.jmc.common.util.MCFrame
-  
- getBestScaleFactorFor(long) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getCachedUnit(Object) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getCenter() - Method in interface org.openjdk.jmc.common.unit.IRange
-  
- getChild(String) - Method in interface org.openjdk.jmc.common.IState
- 
Gets a child of the named type. 
- getChild(String) - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getChildElementOrNull(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Returns the child element with the specified tag name of the specified parent node. 
- getChildElementsByTag(Node, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Returns all the children from a node with a tag matching the tag argument. 
- getChildren() - Method in interface org.openjdk.jmc.common.IState
- 
Gets all child nodes. 
- getChildren(String) - Method in interface org.openjdk.jmc.common.IState
- 
Gets all child nodes of a named type. 
- getChildren() - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getChildren(String) - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getClassLoader() - Method in interface org.openjdk.jmc.common.IMCModule
- 
Returns the class loader where this module is loaded. 
- getClassWithName(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Return the class object for given type name. 
- getCommonUnits() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getCommonUnits() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getConstraint(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
- 
Get a  constraint for mapped values of  key, if a constraint has
 been imposed for  key. 
- getConstraint() - Method in interface org.openjdk.jmc.common.unit.IOptionDescriptor
-  
- getConstraint(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
-  
- getConstraint(K) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- getConsumer() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.GroupEntry
-  
- getContentType() - Method in interface org.openjdk.jmc.common.item.IAccessorKey
- 
The content type of this attribute. 
- getContentType() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
-  
- getContentType() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
-  
- getContentType() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Get the kind of quantity of this unit. 
- getContentType() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
-  
- getContentType() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getContentType() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getContentType() - Method in class org.openjdk.jmc.common.unit.TypedUnit
-  
- getContentType(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getCount() - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
-  
- getDeclaredDescription() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
- 
- getDefault() - Method in interface org.openjdk.jmc.common.unit.IOptionDescriptor
-  
- getDefaultFormatter() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getDefaultUnit() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getDefaultUnit() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getDefaultValue() - Method in class org.openjdk.jmc.common.util.TypedPreference
-  
- getDeltaKind() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getDeltaKind() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getDeltaUnit() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Get the unit that the difference between two quantities in this unit will have. 
- getDeltaUnit() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getDeltaUnit() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getDescribable(K) - Method in interface org.openjdk.jmc.common.unit.IDescribedMap
-  
- getDescription() - Method in interface org.openjdk.jmc.common.IDescribable
-  
- getDescription() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
Returns a description of the object. 
- getDescription() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
-  
- getDescription() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
-  
- getDescription() - Method in class org.openjdk.jmc.common.item.Attribute
-  
- getDescription() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getDescription() - Method in class org.openjdk.jmc.common.unit.StructContentType
-  
- getDescription() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
-  
- getDescription() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getDescription() - Method in class org.openjdk.jmc.common.util.MCPackage
-  
- getDescription() - Method in class org.openjdk.jmc.common.util.TypedPreference
-  
- getDistinguishableColor(Object) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
- 
Generate a color based on an object. 
- getEnd() - Method in interface org.openjdk.jmc.common.unit.IRange
-  
- getEnd() - Method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- getEndPointContentType() - Method in class org.openjdk.jmc.common.unit.RangeContentType
-  
- getEngFloorFactor(double) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- getEngFloorPrefix(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- getExtent() - Method in interface org.openjdk.jmc.common.unit.IRange
-  
- getFilter() - Method in interface org.openjdk.jmc.common.item.IItemQuery
-  
- getFilter() - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
-  
- getFilters() - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
-  
- getFirst() - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Get the first element in the list. 
- getFirstBucket(IQuantity, IQuantity, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
- 
Divide the given range into at most maxBuckets"naturally" aligned buckets, and
 return the first one.
 
- getFirstBucket(ITypedQuantity<U>, ITypedQuantity<U>, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getFirstFound(IItemCollection, IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
- 
Returns the value of the event first encountered with the attribute. 
- getFloor1024Factor(double) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- getFloor2Factor(long) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- getFloorLog10(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- getFloorLog1000(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- getFloorLog1024(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 1024 logarithm. 
- getFloorLog1024(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 1024 logarithm. 
- getFloorLog2(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 2 logarithm. 
- getFloorLog2(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
The base 2 logarithm. 
- getFloorPrefix(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- getFloorPrefix(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- getFormalDescriptor() - Method in interface org.openjdk.jmc.common.IMCMethod
- 
Returns the formal descriptor. 
- getFormalDescriptor() - Method in class org.openjdk.jmc.common.util.MCMethod
-  
- getFormatter(String) - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getFormatterResolving(IRange<IQuantity>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
- 
Get a formatter with sufficient resolution to produce unique strings for both ends of
 range, and consecutive equally spaced quantities.
 
- getFormatterResolving(IRange<IQuantity>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getFormatters() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getFrameLineNumber() - Method in interface org.openjdk.jmc.common.IMCFrame
- 
Returns the line number for the frame, or nullif not available.
 
- getFrameLineNumber() - Method in class org.openjdk.jmc.common.util.MCFrame
-  
- getFrames() - Method in interface org.openjdk.jmc.common.IMCStackTrace
- 
Return the frames that this stack trace consist of. 
- getFrames() - Method in class org.openjdk.jmc.common.util.MCStackTrace
-  
- getFullName() - Method in interface org.openjdk.jmc.common.IMCType
- 
Java type name according to The Java Language Specification, Section 13.1. 
- getFullName() - Method in class org.openjdk.jmc.common.util.MCType
-  
- getGradientPaint(Color, int) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
- 
Get a gradient paint based on a top color. 
- getGroupBy() - Method in interface org.openjdk.jmc.common.item.IItemQuery
-  
- getHumanReadable(IMCMethod) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a method, displays all available information 
- getHumanReadable(IMCMethod, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a method. 
- getHumanReadable(IMCStackTrace) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a stack trace, displays all available information. 
- getHumanReadable(IMCStackTrace, String, String, String) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a stack trace, displays all available information. 
- getHumanReadable(IMCStackTrace, boolean, boolean, boolean, boolean, boolean, boolean, int, String, String, String) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a stack trace. 
- getHumanReadable(IMCClassLoader) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get a human readable string representing a classloader. 
- getIdentifier() - Method in interface org.openjdk.jmc.common.item.IAccessorKey
- 
A identifier is a text string identifying the attribute. 
- getIdentifier() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
-  
- getIdentifier() - Method in interface org.openjdk.jmc.common.item.IType
- 
String identifying the type. 
- getIdentifier() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getIdentifier() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
-  
- getIdentifier() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Persistable identifier, not to show interactively. 
- getIdentifier() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getIdentifier() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getIdentifier() - Method in class org.openjdk.jmc.common.util.TypedPreference
-  
- getImplementationId() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
-  
- getIndex() - Method in interface org.openjdk.jmc.common.IMCOldObjectArray
- 
Returns the index of the object in the array. 
- getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
- 
Prototype value suitable to be presented to a human. 
- getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
-  
- getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
-  
- getInterfaceId() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
-  
- getItemCount() - Method in interface org.openjdk.jmc.common.item.IItemIterable
-  
- getItemType(T) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
-  
- getKey() - Method in class org.openjdk.jmc.common.collection.EntryHashMap.Entry
- 
Get the key. 
- getKey(V) - Method in class org.openjdk.jmc.common.collection.EntryHashMap
-  
- getKey(V) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
- 
Get the key for a value. 
- getKey() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.GroupEntry
-  
- getKey() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
-  
- getKeyElements() - Method in class org.openjdk.jmc.common.util.CompositeKey
-  
- getKind() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
-  
- getKindsOfQuantity() - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
-  
- getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
-  
- getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
-  
- getLargestExactUnit(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
- 
Get the largest unit, if any, in which this quantity can be expressed exactly, typically with
 an integer. 
- getLargestExactUnit(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getLargestExactUnit(ITypedQuantity<U>) - Method in interface org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
- 
Get the largest unit, if any, in which this quantity can be expressed exactly, typically
 with an integer. 
- getLast() - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Get the last element in the list. 
- getLocalizedDescription() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
In the real world, units are sometimes used ambiguously (like MB). 
- getLocalizedDescription() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getLocalizedDescription() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
-  
- getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
-  
- getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
-  
- getLocalizedSymbol() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Symbols for units are most often not locale dependent, but there are exceptions (like in
 French). 
- getLocalizedSymbol() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getLocalizedSymbol() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getLocation() - Method in interface org.openjdk.jmc.common.IMCModule
- 
Returns the location of this module. 
- getMajorVersion() - Method in class org.openjdk.jmc.common.version.JavaVersion
-  
- getMaxSize() - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Get the maximum number of elements to retain in this list. 
- getMember(O) - Method in interface org.openjdk.jmc.common.item.IMemberAccessor
- 
Gets a member value from a container object. 
- getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
-  
- getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
-  
- getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
-  
- getMethod() - Method in interface org.openjdk.jmc.common.IMCFrame
- 
The method for the frame. 
- getMethod() - Method in class org.openjdk.jmc.common.util.MCFrame
-  
- getMethodName() - Method in interface org.openjdk.jmc.common.IMCMethod
- 
Returns the method name not including parameters. 
- getMethodName() - Method in class org.openjdk.jmc.common.util.MCMethod
-  
- getModifier() - Method in interface org.openjdk.jmc.common.IMCMethod
- 
Returns the modifier used in the Java class file. 
- getModifier() - Method in interface org.openjdk.jmc.common.IMCOldObjectField
- 
Returns the field modifier. 
- getModifier() - Method in class org.openjdk.jmc.common.util.MCMethod
-  
- getModule() - Method in interface org.openjdk.jmc.common.IMCPackage
-  
- getModule() - Method in class org.openjdk.jmc.common.util.MCPackage
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- getMultiplier() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- getMultiplier() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- getName() - Method in interface org.openjdk.jmc.common.IDescribable
-  
- getName() - Method in interface org.openjdk.jmc.common.IMCClassLoader
- 
Returns the name of the classloader. 
- getName() - Method in enum org.openjdk.jmc.common.IMCFrame.Type
-  
- getName() - Method in interface org.openjdk.jmc.common.IMCModule
- 
Returns the module name. 
- getName() - Method in interface org.openjdk.jmc.common.IMCOldObjectField
- 
Returns the field name. 
- getName() - Method in interface org.openjdk.jmc.common.IMCPackage
- 
Returns the package name. 
- getName() - Method in interface org.openjdk.jmc.common.IMCThreadGroup
- 
Returns the name of the thread group. 
- getName() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
-  
- getName() - Method in class org.openjdk.jmc.common.item.Attribute
-  
- getName() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getName() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
-  
- getName() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
-  
- getName() - Method in class org.openjdk.jmc.common.util.MCClassLoader
-  
- getName() - Method in class org.openjdk.jmc.common.util.MCPackage
-  
- getName() - Method in class org.openjdk.jmc.common.util.TypedPreference
-  
- getNext() - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
- 
Get the next node in the list. 
- getNumberFormat(boolean) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
- 
Get a thread local configured  NumberFormat suitable for display or interactive
 formatting, or interactive parsing. 
- getNumericString(Number) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Check for missing values, and return the numeric value in string format
 JMC-6256: JMC doesn't respect Long.MIN_VALUE as a missing value
 As per the bug report, the following values should be considered "missing"
 - Integer.MIN_VALUE
 - Long.MIN_VALUE
 - Double.NaN
 - Double.NEGATIVE_INFINITY
 - Float.NaN
 - Float.NEGATIVE_INFINITY 
- getOffset() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
-  
- getOffset() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- getOffset() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- getOffset() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
-  
- getOffset() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- getOrCreateElement(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Returns the child element with the specified tag name of the specified parent node. 
- getPackage() - Method in interface org.openjdk.jmc.common.IMCType
- 
Returns the package this type was declared in. 
- getPackage(IMCPackage) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get the package name as a human readable string. 
- getPackage() - Method in class org.openjdk.jmc.common.util.MCType
-  
- getParent() - Method in interface org.openjdk.jmc.common.IMCThreadGroup
- 
Returns the parent of this thread group. 
- getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
- 
Prototype value suitable to be persisted or logged. 
- getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
-  
- getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
-  
- getPersistableString(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
- 
Get the persistable string of the mapped value for key, or null if no value is
 currently mapped.
 
- getPersistableString(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
-  
- getPersister() - Method in class org.openjdk.jmc.common.unit.ContentType
-  
- getPersister() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getPersister() - Method in class org.openjdk.jmc.common.util.TypedPreference
- 
Get a persister that can be used to convert between the preference value type and strings. 
- getPredicate(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemFilter
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
-  
- getPredicate(IMemberAccessor<? extends M, IItem>, M) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
-  
- getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.Contains
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.HasAttribute
-  
- getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.Matches
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
-  
- getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotContains
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotHasAttribute
-  
- getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotMatches
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
-  
- getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Types
-  
- getPreferenceValue(TypedPreference<T>) - Method in interface org.openjdk.jmc.common.util.IPreferenceValueProvider
- 
Get the value of a preference. 
- getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
-  
- getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
-  
- getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
-  
- getPreferredUnit(IQuantity, double, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getPreferredUnit(IQuantity, double, double) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getPreferredUnit(ITypedQuantity<U>, double, double) - Method in interface org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
-  
- getPrefix(String) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- getProblem() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
- 
The kind of problem encountered. 
- getQuantityAggregator(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- getQuantityAggregator(String, IType<?>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- getQuantityAggregator(String) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- getRangeFormatter(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
- 
Temporary helper to format quantity ranges. 
- getRangeType(ContentType<M>) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getReferrer() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
Returns the object that refers to this object in the heap reference chain. 
- getReferrer() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getReferrerArray() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
If the object is referred to by an object in an array it returns the information about that
 array, otherwise it returns null.
 
- getReferrerArray() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getReferrerField() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
If the object is referred to by an object in a field it returns a representation of the
 field, nullotherwise.
 
- getReferrerField() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getReferrerSkip() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
Returns the number of steps away in the reference chain this object is from the next object
 referring to it. 
- getReferrerSkip() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.TypedUnit
- 
Return a unit with the same origin (if absolute) as this unit, but with the given
 deltaUnitas its delta unit.
 
- getSciFloorFactor(double) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- getSetting(Element, String, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Returns the value of the setting with the specified name or a default value if the setting
 had no value. 
- getSize() - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Get the number of elements in this list. 
- getSize() - Method in interface org.openjdk.jmc.common.IMCOldObjectArray
- 
Returns the size of the array the old object is in. 
- getStart() - Method in interface org.openjdk.jmc.common.unit.IRange
-  
- getStart() - Method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- getStddev(boolean) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
-  
- getStringValue(Element) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Returns the content between the tags of the element, for example <tag>hello
 </tag> where the value is "hello". 
- getSuggestedConstraint(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
- 
- getSuggestedConstraint(K) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- getSystem() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
-  
- getTail() - Method in class org.openjdk.jmc.common.util.SortedHead
- 
Get the tail items. 
- getThreadGroup() - Method in interface org.openjdk.jmc.common.IMCThread
- 
Returns the thread group this thread belongs to. 
- getThreadId() - Method in interface org.openjdk.jmc.common.IMCThread
- 
Returns the java thread id. 
- getThreadName() - Method in interface org.openjdk.jmc.common.IMCThread
- 
Returns the java thread name. 
- getTruncationState() - Method in interface org.openjdk.jmc.common.IMCStackTrace
- 
Returns the truncation state of the stack trace. 
- getTruncationState() - Method in class org.openjdk.jmc.common.util.MCStackTrace
-  
- getType() - Method in interface org.openjdk.jmc.common.IMCClassLoader
- 
Returns the type of the classloader. 
- getType() - Method in interface org.openjdk.jmc.common.IMCFrame
- 
The compilation type of the frame. 
- getType() - Method in interface org.openjdk.jmc.common.IMCMethod
- 
Returns the class this method is declared in. 
- getType() - Method in interface org.openjdk.jmc.common.IMCOldObject
- 
The type of the object, as an  IMCType
- getType() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
-  
- getType() - Method in interface org.openjdk.jmc.common.IState
- 
Get the node type of this state. 
- getType() - Method in interface org.openjdk.jmc.common.item.IItem
- 
- getType() - Method in interface org.openjdk.jmc.common.item.IItemIterable
-  
- getType() - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Get the kind of this quantity. 
- getType() - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
-  
- getType(IMCType, boolean) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
- 
Get the type name as a human readable string. 
- getType() - Method in class org.openjdk.jmc.common.util.MCClassLoader
-  
- getType() - Method in class org.openjdk.jmc.common.util.MCFrame
-  
- getType() - Method in class org.openjdk.jmc.common.util.MCMethod
-  
- getType() - Method in class org.openjdk.jmc.common.util.MCOldObject
-  
- getType() - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- getTypeId() - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
-  
- getTypeMatch() - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
-  
- getTypeName() - Method in interface org.openjdk.jmc.common.IMCType
- 
Returns the name of the type, without the package. 
- getTypeName() - Method in class org.openjdk.jmc.common.util.MCType
-  
- getTypes() - Method in class org.openjdk.jmc.common.item.ItemFilters.Types
-  
- getUnit() - Method in interface org.openjdk.jmc.common.unit.IQuantity
-  
- getUnit() - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
-  
- getUnit(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- getUnit(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getUnit(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- getUnitClass() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- getUnitClass() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- getUnitClass() - Method in class org.openjdk.jmc.common.unit.TypedUnit
- 
- getUnitIdentifier(IUnit) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getUnitOrDefault(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getUnitOrNull(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
-  
- getValidPattern(String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
Compile a regular expression into a pattern if possible. 
- getValue() - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
- 
Get the value of this node. 
- getValue() - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
- 
Get the entry value. 
- getValue() - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
-  
- getValue(Aggregators.AvgConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Avg
-  
- getValue(Iterator<C>) - Method in class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
-  
- getValue(C) - Method in class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
-  
- getValue(Aggregators.MinMaxConsumer<V>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMax
-  
- getValue(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Stddev
-  
- getValue(Aggregators.SumConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Sum
-  
- getValue(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Variance
-  
- getValue(Iterable<? extends GroupingAggregator.GroupEntry<K, G>>) - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IGroupsFinisher
-  
- getValue(List<IQuantity>, IQuantity) - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IQuantityListFinisher
-  
- getValue() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
-  
- getValueString(Object) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Returns the value in possible augmented way. 
- getValueType() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
-  
- getValueType() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IGroupsFinisher
-  
- getValueType() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IQuantityListFinisher
-  
- getVariance(boolean) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
-  
- getVerboseString(Object) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Returns a possibly more verbose description of an object. 
- getVersion() - Method in interface org.openjdk.jmc.common.IMCModule
- 
Returns the version of this module. 
- GIBIBYTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- groupBy(IAttribute<?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
-  
- GroupingAggregator - Class in org.openjdk.jmc.common.item
-  
- GroupingAggregator() - Constructor for class org.openjdk.jmc.common.item.GroupingAggregator
-  
- GroupingAggregator.GroupEntry<K,G> - Interface in org.openjdk.jmc.common.item
-  
- GroupingAggregator.IGroupsFinisher<V,K,G> - Interface in org.openjdk.jmc.common.item
-  
- GroupingAggregator.IQuantityListFinisher<V> - Interface in org.openjdk.jmc.common.item
-  
- IAccessorFactory<V> - Interface in org.openjdk.jmc.common.item
- 
- IAccessorKey<T> - Interface in org.openjdk.jmc.common.item
- 
- IAggregator<V,C extends IItemConsumer<C>> - Interface in org.openjdk.jmc.common.item
- 
Encapsulates the calculation of an aggregate for (potentially) different types of items. 
- IAttribute<V> - Interface in org.openjdk.jmc.common.item
- 
An attribute is a named and typed kind of (read only) value. 
- ICanonicalAccessorFactory<V> - Interface in org.openjdk.jmc.common.item
-  
- IConstrainedMap<K> - Interface in org.openjdk.jmc.common.unit
- 
Read only interface for a map where the values are constrained by an  IConstraint per key. 
- IConstraint<T> - Interface in org.openjdk.jmc.common.unit
- 
A constraint on allowed instances of an existing type T, including constrained
 conversions to and from persistable and interactive strings.
 
- identifier() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- identifier() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- identifier() - Method in interface org.openjdk.jmc.common.unit.IPrefix
-  
- IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- IDescribable - Interface in org.openjdk.jmc.common
- 
Interface for objects that has a name and a description. 
- IDescribedMap<K> - Interface in org.openjdk.jmc.common.unit
-  
- IDisplayable - Interface in org.openjdk.jmc.common
- 
Interface for objects that can be formatted for human display purposes, using a formatting hint. 
- IFormatter<T> - Interface in org.openjdk.jmc.common.unit
- 
Generic formatter interface, primarily intended for human consumption. 
- IIncrementalFormatter - Interface in org.openjdk.jmc.common.unit
- 
Quantity formatter extension to reduce redundant information when presenting multiple adjacent,
 and growing, quantities for human consumption. 
- IItem - Interface in org.openjdk.jmc.common.item
- 
An item of information. 
- IItemCollection - Interface in org.openjdk.jmc.common.item
- 
An immutable collection of items. 
- IItemConsumer<C> - Interface in org.openjdk.jmc.common.item
- 
A mutable container that collects data from multiple items. 
- IItemConsumerFactory<C extends IItemConsumer<C>> - Interface in org.openjdk.jmc.common.item
- 
A factory that supplies item consumers for different types of items. 
- IItemFilter - Interface in org.openjdk.jmc.common.item
- 
A filter supplies predicates for different types of items. 
- IItemIterable - Interface in org.openjdk.jmc.common.item
- 
A supplier of  Iterator over  IItem where all items are of the same type. 
- IItemQuery - Interface in org.openjdk.jmc.common.item
-  
- IMCClassLoader - Interface in org.openjdk.jmc.common
- 
Representation of a named classloader. 
- IMCFrame - Interface in org.openjdk.jmc.common
- 
A stack trace frame. 
- IMCFrame.Type - Enum in org.openjdk.jmc.common
- 
Frame compilation types. 
- IMCMethod - Interface in org.openjdk.jmc.common
- 
A method representation. 
- IMCModule - Interface in org.openjdk.jmc.common
- 
Represents a Java Module System module. 
- IMCOldObject - Interface in org.openjdk.jmc.common
- 
Class for representing an object on the heap in Mission Control. 
- IMCOldObjectArray - Interface in org.openjdk.jmc.common
- 
Array specific information about a field that refers to an  IMCOldObject on the heap. 
- IMCOldObjectField - Interface in org.openjdk.jmc.common
- 
- IMCOldObjectGcRoot - Interface in org.openjdk.jmc.common
- 
Class describing a root object used as a starting point for the GC to find all alive objects on
 the heap. 
- IMCPackage - Interface in org.openjdk.jmc.common
- 
Represents a Java package. 
- IMCStackTrace - Interface in org.openjdk.jmc.common
- 
Interface for classes that represents stack traces in Mission Control. 
- IMCStackTrace.TruncationState - Enum in org.openjdk.jmc.common
- 
Information about the truncation state of the stack trace. 
- IMCThread - Interface in org.openjdk.jmc.common
- 
Class for representing a thread in Mission Control. 
- IMCThreadGroup - Interface in org.openjdk.jmc.common
- 
Class for representing a thread group in Mission Control. 
- IMCType - Interface in org.openjdk.jmc.common
- 
Represents a Java type. 
- IMemberAccessor<M,O> - Interface in org.openjdk.jmc.common.item
- 
Used for accessing (reading) members of a container object. 
- ImpreciseScaleFactor - Class in org.openjdk.jmc.common.unit
- 
- ImpreciseScaleFactor(Number) - Constructor for class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- IMutableConstrainedMap<K> - Interface in org.openjdk.jmc.common.unit
- 
- in(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Get this quantity expressed in the unit targetUnit.
 
- in(U) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
- 
Get this quantity expressed in the unit targetUnit.
 
- INDEX - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- initialValue() - Method in class org.openjdk.jmc.common.util.FormatThreadLocal
-  
- interactiveFormat(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- interactiveFormat(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
- 
An exact string representation taking locale and internationalization into account. 
- interactiveFormat(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
- 
An exact string representation taking locale and internationalization into account. 
- interactiveFormat() - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
An exact string representation taking locale and internationalization into account. 
- interactiveFormat(boolean) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
-  
- interactiveFormat(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- interactiveFormat(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
-  
- interactiveSymbolToUnitMap - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- intersection(IRange<IQuantity>, IRange<IQuantity>) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
-  
- interval(ICanonicalAccessorFactory<M>, M, boolean, M, boolean) - Static method in class org.openjdk.jmc.common.item.ItemFilters
-  
- invert() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- invert() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- invert() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- invert() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
-  
- invert() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- invert() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- invert() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- invert() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
-  
- invert() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- invertAndConcat(IScalarAffineTransform) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
- 
Concatenate the inverse of this transform with innerTransform, such that applying the
 resulting transform is equivalent to first applyinginnerTransformand then applying
 this inverse of this transform on the resulting value.
 
- invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- invertAndConcat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
-  
- invertAndConcat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
- 
Concatenate (that is, multiply) the inverse of this scale factor with innerFactor.
 
- invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- IOptionDescriptor<T> - Interface in org.openjdk.jmc.common.unit
-  
- IOToolkit - Class in org.openjdk.jmc.common.io
- 
Common functionality you might want when you're working with I/O. 
- IPersister<T> - Interface in org.openjdk.jmc.common.unit
- 
A specialized  constraint that allows all instances of  T, but not
  null. 
- IPredicate<T> - Interface in org.openjdk.jmc.common
- 
A predicate tests an object and returns either trueorfalsedepending on the
 implementation.
 
- IPreferenceValueProvider - Interface in org.openjdk.jmc.common.util
- 
- IPrefix<P extends IPrefix<P>> - Interface in org.openjdk.jmc.common.unit
-  
- IQuantity - Interface in org.openjdk.jmc.common.unit
-  
- IRange<T extends Comparable<? super T>> - Interface in org.openjdk.jmc.common.unit
- 
- is(T) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
Create a predicate that checks if a value is a specified object. 
- isArray(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
- 
Check if a type name denotes an array. 
- IScalarAffineTransform - Interface in org.openjdk.jmc.common.unit
- 
A one dimensional affine transform, to be used on numerical quantity values (that is, the numbers
 in front of a unit). 
- isCompressedFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
- isCustom() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
-  
- isCustom() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- isDescOrRefArray(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
- 
Check if a field descriptor or a reference type according to The Java Virtual Machine
 Specification, Sections 4.3.2 and 4.4.1 respectively, designates an array. 
- isDescPrimitive(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
- 
Check if a field descriptor according to The Java Virtual Machine Specification,
 Section 4.3.2, designates a primitive type. 
- isEarlyAccess() - Method in class org.openjdk.jmc.common.version.JavaVersion
-  
- isExported() - Method in interface org.openjdk.jmc.common.IMCPackage
-  
- isExported() - Method in class org.openjdk.jmc.common.util.MCPackage
-  
- isFalseGuaranteed(IPredicate<?>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
Test if a predicate is guaranteed to always evaluate to false.
 
- isGreaterOrEqualThan(JavaVersion) - Method in class org.openjdk.jmc.common.version.JavaVersion
- 
Compare another version instance with this instance. 
- isGZipFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Returns true if the file is GZip file. 
- isHotspotJVMName(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
- 
Returns whether this is a HotSpot JVM or not. 
- isInteger() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- isInteger() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- isInteger() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- isJRockitJVMName(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
- 
Returns whether this is a JRockit JVM or not. 
- isLinear() - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
If this quantity is linear. 
- isLinear() - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
If this unit is linear. 
- isLinear() - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- isLinear() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- isNative() - Method in interface org.openjdk.jmc.common.IMCMethod
- 
Whether this method is native. 
- isNative() - Method in class org.openjdk.jmc.common.util.MCMethod
-  
- isNotNull(ICanonicalAccessorFactory<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
- 
Creates an item filter that will return true if attribute value exists, and is not null. 
- isNull(ICanonicalAccessorFactory<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
- 
Creates an item filter that will return true if attribute value is null, or if the attribute
 doesn't exist, and false otherwise. 
- isPoint() - Method in interface org.openjdk.jmc.common.unit.IRange
-  
- isPrimitive(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
- 
Check if a type name denotes a primitive type. 
- isPrimitive(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Check if a class name represents a primitive type or not. 
- isSameMajorVersion(JavaVersion) - Method in class org.openjdk.jmc.common.version.JavaVersion
- 
Check if another version instance has the same major version as this instance. 
- IState - Interface in org.openjdk.jmc.common
- 
A state container which can be read from. 
- IStateful - Interface in org.openjdk.jmc.common
- 
- isTrueGuaranteed(IPredicate<?>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
- 
Test if a predicate is guaranteed to always evaluate to true.
 
- isTruncated() - Method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
- 
- isUnion() - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
-  
- isUnity() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
-  
- isUnity() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- isZipFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Checks if the file is a ZIP archive. 
- ItemFilters - Class in org.openjdk.jmc.common.item
- 
Methods for creating item filters. 
- ItemFilters() - Constructor for class org.openjdk.jmc.common.item.ItemFilters
-  
- ItemFilters.AttributeFilter<M> - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.AttributeValue<M> - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.BooleanFilter - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Composite - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Contains - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.HasAttribute<M> - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Matches - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Not - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.NotContains - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.NotHasAttribute<M> - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.NotMatches - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Type - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.TypeMatches - Class in org.openjdk.jmc.common.item
-  
- ItemFilters.Types - Class in org.openjdk.jmc.common.item
-  
- ItemQueryBuilder - Class in org.openjdk.jmc.common.item
-  
- ItemToolkit - Class in org.openjdk.jmc.common.item
- 
Toolkit methods for performing operations on items. 
- ItemToolkit() - Constructor for class org.openjdk.jmc.common.item.ItemToolkit
-  
- itemWithMax(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- itemWithMin(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- iterator() - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Get an iterator from the first available to the last available element at the time the
 iterator was created. 
- iterator() - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
-  
- iterator() - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
-  
- iterator() - Method in class org.openjdk.jmc.common.collection.SimpleArray
-  
- IteratorToolkit - Class in org.openjdk.jmc.common.collection
- 
Various methods that work with iterators. 
- IteratorToolkit() - Constructor for class org.openjdk.jmc.common.collection.IteratorToolkit
-  
- IType<T> - Interface in org.openjdk.jmc.common.item
- 
A type for objects of class T. 
- ITypedQuantity<U extends TypedUnit<U>> - Interface in org.openjdk.jmc.common.unit
- 
- IUnit - Interface in org.openjdk.jmc.common.unit
- 
A unit of an affine unit system. 
- IWritableState - Interface in org.openjdk.jmc.common
- 
A state container which can be written to. 
- safeReadLong() - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
- 
Update validation parameters and read the next long from the stream. 
- safeReadObject(Class<T>, Collection<Class<?>>, int, long) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
- 
Update validation parameters and read the next object from the stream. 
- same(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
-  
- saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
-  
- saveTo(IWritableState) - Method in interface org.openjdk.jmc.common.IStateful
- 
Saves the state for this object into a state object. 
- saveTo(IWritableState) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
-  
- saveTo(IWritableState) - Method in class org.openjdk.jmc.common.util.StatefulState
-  
- saveToFile(File, List<String>) - Static method in class org.openjdk.jmc.common.io.IOToolkit
- 
Write lines to a text file. 
- saveXMLDocumentTo(Reader, IWritableState) - Static method in class org.openjdk.jmc.common.util.StateToolkit
- 
Read an XML document from a reader and write its structure to a  writable state. 
- scaleFactor() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- scaleFactor() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- scaleFactor() - Method in interface org.openjdk.jmc.common.unit.IPrefix
-  
- ScaleFactor - Class in org.openjdk.jmc.common.unit
- 
A linear transform, that is, a scale factor. 
- ScaleFactor() - Constructor for class org.openjdk.jmc.common.unit.ScaleFactor
-  
- SCIENTIFIC_NOTATION_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.DisplayFormatter
-  
- SECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- select(IAttribute<?>...) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
-  
- select(IAggregator<?, ?>...) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
-  
- select(IAttribute<?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
-  
- select(IAggregator<?, ?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
-  
- SetConsumer(IMemberAccessor<? extends T, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.SetConsumer
-  
- setDefaultSelector(LinearKindOfQuantity.LinearUnitSelector) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- setMaxSize(int) - Method in class org.openjdk.jmc.common.collection.BoundedList
- 
Set the maximum number of elements to retain in this list. 
- setNext(BoundedList.INode<T>) - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
- 
Set the next node in the list. 
- setSetting(Element, String, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Sets the value of a a "setting" element. 
- setStringValue(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Sets the text value as a text node child of a an element. 
- setValue(int) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
- 
Set the entry value. 
- shift() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- SimpleAffineTransform - Class in org.openjdk.jmc.common.unit
-  
- SimpleAffineTransform(double, double) - Constructor for class org.openjdk.jmc.common.unit.SimpleAffineTransform
-  
- SimpleArray<T> - Class in org.openjdk.jmc.common.collection
- 
An array that can be iterated over. 
- SimpleArray(T[]) - Constructor for class org.openjdk.jmc.common.collection.SimpleArray
- 
Create an instance backed by an array. 
- SimpleArray(T[], int) - Constructor for class org.openjdk.jmc.common.collection.SimpleArray
- 
Create an instance backed by an array with a specified number of preallocated elements. 
- SimpleConstrainedMap<K> - Class in org.openjdk.jmc.common.unit
- 
Simple constrained map that allows constraints to be added, and an optional fallback constraint. 
- SimpleConstrainedMap() - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- SimpleConstrainedMap(IConstraint<?>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- SimpleConstrainedMap(Map<K, IConstraint<?>>, IConstraint<?>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- SimpleConstrainedMap(Map<K, IConstraint<?>>, IConstraint<?>, Map<K, Object>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
-  
- simplifyType(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
- 
Returns a simplified description of a type name. 
- size() - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
-  
- size() - Method in class org.openjdk.jmc.common.collection.SimpleArray
- 
Get the number of stored elements. 
- skipNulls(Iterator<T>) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
- 
Wrap an iterator in a new iterator that skips all null values. 
- smallSelector - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
-  
- snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
-  
- snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
-  
- snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
-  
- snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.LinearKindOfQuantity.LinearUnitSelector
-  
- snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
-  
- SortedHead<T> - Class in org.openjdk.jmc.common.util
- 
A collection of items that are divided in a sorted head and an unsorted tail. 
- SortedHead(T[], Comparator<? super T>) - Constructor for class org.openjdk.jmc.common.util.SortedHead
- 
Create a new collection with an initial head. 
- STACKTRACE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- STACKTRACE_FRAME - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
-  
- start - Variable in class org.openjdk.jmc.common.unit.QuantityRange
-  
- statefulFromXMLFile(File, Charset) - Static method in class org.openjdk.jmc.common.util.StateToolkit
- 
Read an XML document from a file and return its structure as a  stateful
 object. 
- statefulFromXMLString(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
- 
Read an XML document from a string and return its structure as a  stateful
 object. 
- StatefulState - Class in org.openjdk.jmc.common.util
- 
- StateToolkit - Class in org.openjdk.jmc.common.util
- 
- StateToolkit() - Constructor for class org.openjdk.jmc.common.util.StateToolkit
-  
- stddev(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the sample standard deviation for a linear quantity attribute. 
- stddev(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the sample standard deviation for a linear quantity attribute. 
- Stddev(String, String, LinearKindOfQuantity, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Stddev
-  
- stddevp(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the population standard deviation for a linear quantity attribute. 
- stddevp(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the population standard deviation for a linear quantity attribute. 
- storeDocumentToFile(Document, File) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Stores an XML document in a file. 
- storeDocumentToString(Document) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
- 
Stores an XML document as a string. 
- STRING_DEDUPLICATION_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
-  
- STRING_IS_BYTE_ARRAY - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
-  
- StringToolkit - Class in org.openjdk.jmc.common.util
- 
A toolkit for strings. 
- StructContentType<T> - Class in org.openjdk.jmc.common.unit
-  
- StructContentType(String, String, String) - Constructor for class org.openjdk.jmc.common.unit.StructContentType
-  
- StructContentType(String, String) - Constructor for class org.openjdk.jmc.common.unit.StructContentType
-  
- subtract(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
- 
Returns a new quantity that is the arithmetic difference of this quantity and
 subtrahend, if such an operation is defined for this kind of quantity.
 
- subtract(ITypedQuantity<U>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
-  
- subtractHalfDelta(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
- 
Create an accessor that subtracts half of a delta value from a bias value. 
- subtractSame(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- subtractSame(long, TimestampUnit, long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- subtractSame(long, U, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
-  
- sum - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
-  
- sum(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- sum(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- sum(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- sum(String, String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- sum(String, String, LinearKindOfQuantity, IAccessorFactory<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- Sum(String, String, LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Sum
-  
- sum(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
- 
Create an accessor that adds the values of two accessors. 
- symbol() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- symbol() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- symbol() - Method in interface org.openjdk.jmc.common.unit.IPrefix
-  
- symbolIEC - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- symbolJEDEC - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- symbolSI - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- validate(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- validate(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
- 
Fundamentally, check that valuesatisfies this constraint and throw an exception
 otherwise.
 
- validate(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
-  
- validate(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
-  
- validate(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
-  
- validateRange(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
-  
- ValidatingObjectInputStream - Class in org.openjdk.jmc.common.io
- 
ObjectInputStream that validates the classes and count of objects and bytes read from it. 
- value - Variable in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
-  
- value - Variable in class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
-  
- valueBuilderAggregator(IAggregator<V1, C>, IValueBuilder<V2, V1>, String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
-  
- valueFactorTo(BinaryPrefix) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
-  
- valueFactorTo(DecimalPrefix) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
-  
- valueFactorTo(P) - Method in interface org.openjdk.jmc.common.unit.IPrefix
-  
- valueOf(String) - Static method in enum org.openjdk.jmc.common.IMCFrame.Type
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.item.RangeMatchPolicy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum org.openjdk.jmc.common.IMCFrame.Type
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.openjdk.jmc.common.item.RangeMatchPolicy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values - Variable in class org.openjdk.jmc.common.unit.MutableConstrainedMap
-  
- values() - Static method in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- valueTransformTo(IUnit) - Method in interface org.openjdk.jmc.common.unit.IUnit
- 
Get a transform for transforming numerical quantity values expressed in this unit to
 numerical quantity values expressed in targetUnit.
 
- valueTransformTo(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
-  
- valueTransformTo(TimestampUnit) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
-  
- valueTransformTo(IUnit) - Method in class org.openjdk.jmc.common.unit.TypedUnit
-  
- valueTransformTo(U) - Method in class org.openjdk.jmc.common.unit.TypedUnit
- 
Get a transform for transforming numerical quantity values expressed in this unit to
 numerical quantity values expressed in targetUnit.
 
- variance(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the sample variance for a linear quantity attribute. 
- Variance(String, String, LinearKindOfQuantity, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Variance
-  
- VarianceConsumer(IMemberAccessor<? extends IQuantity, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
-  
- variancep(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
- 
Calculates the population variance for a linear quantity attribute. 
- VERBOSE - Static variable in interface org.openjdk.jmc.common.IDisplayable
- 
Identifier for formatters suitable for tool tips. 
- VerboseFormatter(KindOfQuantity<U>) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
-  
- VerboseFormatter(KindOfQuantity<U>, String) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
-