Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

acceptType(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase
 
acceptType(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemConsumerFactory
 
accessor(IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
Deprecated.
This method returns a member accessor that is not thread safe. Instead of creating an accessor that could be used for multiple item types, items should be iterated by type, preferably using an IAggregator which enables parallel processing.
add(T) - Method in class org.openjdk.jmc.common.collection.BoundedList
Adds a value to this list.
add(T) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Add an element to the end of the list.
add(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is the arithmetic sum of this quantity and addend, if such an operation is defined for this kind of quantity.
add(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
addAll(T[]) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Add all elements from an array.
addConstraint(K, IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
addConstraint(K, IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
addExtraAttribute(int, IAttribute<M>) - Method in class org.openjdk.jmc.common.unit.StructContentType
Deprecated.
addField(String, ContentType<M>, String, String, IMemberAccessor<M, T>) - Method in class org.openjdk.jmc.common.unit.StructContentType
 
addFormatter(DisplayFormatter<T>) - Method in class org.openjdk.jmc.common.unit.ContentType
 
addHalfDelta(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that adds half of a delta value to a bias value.
addObject(T) - Method in class org.openjdk.jmc.common.util.SortedHead
Add an item to the collection.
addPossiblyIntegral(long, IScalarAffineTransform, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
ADDRESS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
ADDRESS_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
addSorted(Iterator<? extends T>, T[], SimpleArray<T>, Comparator<? super T>) - Static method in class org.openjdk.jmc.common.util.SortedHead
Convenience method for sorting items into a head of fixed size and a growable tail.
addUnit(U) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Add a common unit (displayed to the user when selecting a unit).
addUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
addUnit(LinearUnit, boolean) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Add a unit so that it is available for parsing and content assist, optionally also for direct selection by users.
AdvancedMaxAggregator(String, String, IAttribute<V>, IAttribute<T>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMaxAggregator
 
AdvancedMinAggregator(String, String, IAttribute<V>, IAttribute<T>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMinAggregator
 
AdvancedMinMaxConsumer(IMemberAccessor<? extends V, IItem>, IMemberAccessor<T, IItem>, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
AggregatorBase(String, String, IType<? super V>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
 
Aggregators - Class in org.openjdk.jmc.common.item
 
Aggregators() - Constructor for class org.openjdk.jmc.common.item.Aggregators
 
Aggregators.AdvancedMaxAggregator<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AdvancedMinAggregator<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AdvancedMinMaxConsumer<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This consumer separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.Avg - Class in org.openjdk.jmc.common.item
 
Aggregators.AvgConsumer - Class in org.openjdk.jmc.common.item
 
Aggregators.CountConsumer - Class in org.openjdk.jmc.common.item
 
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MinMax<V extends Comparable<V>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MinMaxConsumer<V extends Comparable<V>> - Class in org.openjdk.jmc.common.item
 
Aggregators.SetConsumer<T> - Class in org.openjdk.jmc.common.item
 
Aggregators.Stddev - Class in org.openjdk.jmc.common.item
 
Aggregators.Sum - Class in org.openjdk.jmc.common.item
 
Aggregators.Variance - Class in org.openjdk.jmc.common.item
 
Aggregators.VarianceConsumer - Class in org.openjdk.jmc.common.item
Consumer for calculating stddev and variance in a one pass, numerically stable way.
all() - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
allUnits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
altSymbol() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
altSymbol() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
Intended to be used for parsing GUI strings where entering the micron character may be cumbersome.
altSymbol() - Method in interface org.openjdk.jmc.common.unit.IPrefix
An alternative symbol.
and(String, IAttribute<Boolean>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
and(IItemFilter...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
and(Collection<IPredicate<T>>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Combine a collection of predicates using an AND operation.
appendExponentTo(int, StringBuilder) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
apply(IItemFilter) - Method in interface org.openjdk.jmc.common.item.IItemCollection
Creates a new item collection with all items in this collection that pass through the filter.
apply(IPredicate<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemIterable
Creates a new item iterable with all items in this iterable that pass through the filter.
arrayElement(int) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that returns a fixed element index from arrays.
ArrayToolkit - Class in org.openjdk.jmc.common.collection
Various methods that work with arrays.
ArrayToolkit() - Constructor for class org.openjdk.jmc.common.collection.ArrayToolkit
 
asExponentialStringBuilder(boolean) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
asExponentialStringBuilder(boolean) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
asExponentialStringBuilder(boolean) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
asExponentialStringBuilder(boolean) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
asExponentialStringBuilder(boolean) - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
asIterable(IItemCollection) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
Deprecated.
asWellKnownQuantity() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
asWellKnownQuantity() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
atomUnit - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
atomUnitName - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
attr(String, String, String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
Obtain an attribute.
attr(String, String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
Obtain an attribute.
attr(String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
 
Attribute<T> - Class in org.openjdk.jmc.common.item
 
Attribute(String, String, String, ContentType<T>) - Constructor for class org.openjdk.jmc.common.item.Attribute
Protected constructor.
attribute - Variable in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
AttributeFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
AUTO - Static variable in interface org.openjdk.jmc.common.IDisplayable
Identifier for formatters suitable when many items are typically shown, such as tables, overviews, etc.
AutoFormatter(LinearKindOfQuantity, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
AutoFormatter(LinearKindOfQuantity, String, double, double) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
AutoFormatter(LinearKindOfQuantity, String, String, double, double, int) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
avg(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, KindOfQuantity<?>, IAccessorFactory<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
Avg(String, String, ContentType<IQuantity>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Avg
 
avg(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that calculates the average of the values from two accessors.
AvgConsumer(IMemberAccessor<? extends IQuantity, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 

B

backwards(List<T>) - Static method in class org.openjdk.jmc.common.collection.ListToolkit
Iterate backwards over a list.
badQuantity - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
badString - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
badValue - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
baseToAtomFactor - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
belowPrecision(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
belowPrecision(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
bigSelector - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
binaryNameToCanonical(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a binary name to a canonical name, as defined in The Java Language Specification, Sections 6.7 and 13.1, respectively.
BinaryPrefix - Enum in org.openjdk.jmc.common.unit
Binary prefixes, as standardized by IEC.
BinaryScaleFactor - Class in org.openjdk.jmc.common.unit
 
BinaryUnitSelector - Class in org.openjdk.jmc.common.unit
 
BinaryUnitSelector(LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
BinaryUnitSelector(LinearKindOfQuantity, Iterable<BinaryPrefix>) - Constructor for class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
blend(Color, Color) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
 
BooleanFilter(boolean) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
 
BoundedList<T> - Class in org.openjdk.jmc.common.collection
Ordered bounded list that implements Iterable.
BoundedList(int) - Constructor for class org.openjdk.jmc.common.collection.BoundedList
Create a new bounded list.
BoundedList.INode<T> - Interface in org.openjdk.jmc.common.collection
The list elements are stored in nodes that takes care of the actual linking.
build(InputStream) - Static method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
Create a new input stream for reading objects.
build(String, String, IAccessorFactory<K>, IItemConsumerFactory<C>, IPredicate<IType<IItem>>, GroupingAggregator.IGroupsFinisher<V, K, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IAggregator<?, C>, GroupingAggregator.IGroupsFinisher<V, K, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IItemConsumerFactory<C>, IPredicate<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IAggregator<IQuantity, C>, GroupingAggregator.IQuantityListFinisher<V>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build() - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
buildComparisonFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildEqualityFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildExistenceFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildMax(String, String, IAccessorFactory<?>, IAggregator<IQuantity, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
buildStringFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
BYTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 

C

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 key as 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
Return a predicate based on limit according to RangeMatchPolicy.CENTER_CONTAINED_IN_RIGHT_OPEN.
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 long value closest to the floor of the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
clampedIntFloorIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the int value closest to the floor of the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
clampedLongValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the long value closest to the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
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
Toolkit for working with AWT colors.
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 except null.
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
A constraint that wraps a persister for Comparable values, and constrains the allowed values with minimum and maximum values.
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 applying innerTransform and 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
Create an IRange<IQuantity> if start and end both are non-null.
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
Parse an interactive string, like KindOfQuantity.parseInteractive(String), with the addition that this unit is accepted, even if not generally by the kind of quantity.
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
 

D

DAY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
DEBUG_NON_SAFEPOINTS_IMPLICITLY_ENABLED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
DecimalPrefix - Enum in org.openjdk.jmc.common.unit
Decimal prefixes, as standardized by SI.
DecimalScaleFactor - Class in org.openjdk.jmc.common.unit
 
DecimalScaleFactor(int) - Constructor for class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
DecimalUnitSelector - Class in org.openjdk.jmc.common.unit
 
DecimalUnitSelector(LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
DecimalUnitSelector(LinearKindOfQuantity, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
DecimalUnitSelector(LinearKindOfQuantity, Iterable<DecimalPrefix>) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
decode(String) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Decode a string created by ColorToolkit.encode(Color) and create a corresponding color instance.
decodeJavaVersion(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Since Sun decided not to have java.specification.version as a performance counter, we need to try to decode the specification version from the VM version.
DEFAULT_VALUES - Static variable in interface org.openjdk.jmc.common.util.IPreferenceValueProvider
A default implementation that only returns the default value for each preference.
DIAGNOSTIC_COMMANDS_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
difference(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that subtracts values of one accessor from the values of another accessor.
DisplayFormatter<T> - Class in org.openjdk.jmc.common.unit
A display formatter is basically an identifier that tells a user interface widget how the unit should be formatted, e.g.
DisplayFormatter(ContentType<T>, String, String) - Constructor for class org.openjdk.jmc.common.unit.DisplayFormatter
 
displayUsing(String) - Method in interface org.openjdk.jmc.common.IDisplayable
Format this object for display purposes, preferably using the formatter hinted by formatHint.
displayUsing(String) - Method in class org.openjdk.jmc.common.unit.QuantityRange
 
distinct(IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinct(String, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(String, IAttribute<String>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(IAttribute<String>, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(IAttribute<String>, String, String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
doGetAccessor(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase
 
doubleMult() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
doubleValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value of this quantity as a double.
doubleValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, as a double.
DualUnitFormatter(LinearKindOfQuantity, String, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, TypedUnit.UnitSelector<LinearUnit>) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, TypedUnit.UnitSelector<LinearUnit>, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DUMP_ON_EXIT_WITHOUT_DEFAULTRECORDING_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
DYNAMIC_JFR_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 

E

EARLIEST_JDK_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
elements() - Method in class org.openjdk.jmc.common.collection.SimpleArray
Get an array with all elements.
EMPTY_STRING_ARRAY - Static variable in interface org.openjdk.jmc.common.unit.IUnit
 
emptyWithSameConstraints() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Create an empty mutable map, with the same initial constraints as this map.
emptyWithSameConstraints() - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
encode(Color) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Encode a color as a hexadecimal string starting with '#'.
encodeFilename(String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Encode a string so that it becomes safe to use as a file name.
ENGINEERING_NOTATION_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.DisplayFormatter
 
englishName - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
Entry(K) - Constructor for class org.openjdk.jmc.common.collection.EntryHashMap.Entry
Create an entry.
EntryHashMap<K,V extends EntryHashMap.Entry<K>> - Class in org.openjdk.jmc.common.collection
A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.
EntryHashMap(int, float) - Constructor for class org.openjdk.jmc.common.collection.EntryHashMap
Create a new map.
EntryHashMap.Entry<K> - Class in org.openjdk.jmc.common.collection
An entry in an EntryHashMap.
EPOCH_MS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
EPOCH_NS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
EPOCH_S - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
equals(Object) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
 
equals(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
equals(Object) - Method in class org.openjdk.jmc.common.util.CompositeKey
 
equals(Object) - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCFrame
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCMethod
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCOldObject
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCPackage
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCType
 
equals(Object) - Method in class org.openjdk.jmc.common.util.Pair
 
equals(IMemberAccessor<?, T>, Object) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is equal to a specified object.
equals(Object) - Method in class org.openjdk.jmc.common.util.TypedPreference
 
equals(Object) - Method in class org.openjdk.jmc.common.version.JavaVersion
 
escapeAll(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
 
escapeTagContent(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
 
evaluate(T) - Method in interface org.openjdk.jmc.common.IPredicate
Tests an object.
EXACT - Static variable in interface org.openjdk.jmc.common.IDisplayable
Identifier for formatters which shows the value with maximum known precision, but still only as one value.
ExactFormatter(KindOfQuantity<U>) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
ExactFormatter(KindOfQuantity<U>, String) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
ExceptionToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with exceptions.
ExceptionToolkit() - Constructor for class org.openjdk.jmc.common.util.ExceptionToolkit
 
exponentialBaseUnit - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 

F

fallback - Variable in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
falsePredicate() - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
 
FastAccessNumberMap<T> - Class in org.openjdk.jmc.common.collection
A map from long to T.
FastAccessNumberMap() - Constructor for class org.openjdk.jmc.common.collection.FastAccessNumberMap
Constructs a map with O(1) access up to index 5000.
FastAccessNumberMap(int, int) - Constructor for class org.openjdk.jmc.common.collection.FastAccessNumberMap
Constructs a map with O(1) access up to index pageSize*maxPageCount.
fieldDescToBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a field descriptor according to The Java Virtual Machine Specification, Section 4.3.2, into a binary Java type name according to The Java Language Specification, Section 13.1.
fieldDescToBinaryJLS(CharSequence, int, Appendable) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert the field descriptor, according to The Java Virtual Machine Specification, Section 4.3.2, starting at position start in desc, into a binary Java type name according to The Java Language Specification, Section 13.1.
filter(T[], List<Integer>) - Static method in class org.openjdk.jmc.common.collection.ArrayToolkit
Filter specified indexes from an array.
filter(Iterator<T>, IPredicate<? super T>) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Wrap an iterator in a new iterator that filters out values based on a predicate.
filter(IAggregator<V, ?>, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
filter(String, String, IAggregator<V, C>, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
FLAG - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
floorQuantize(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
forConsumer(IItemConsumerFactory<C>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
forConsumer(IItemConsumerFactory<C>, IPredicate<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
format(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
format(T) - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
 
format(T) - Method in interface org.openjdk.jmc.common.unit.IFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
format(Number, IUnit) - Static method in class org.openjdk.jmc.common.unit.KindOfQuantity
Convenience method (possibly temporary) until type parameters has settled.
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
formatAdjacent(IQuantity, IQuantity) - Method in interface org.openjdk.jmc.common.unit.IIncrementalFormatter
Return a string representation of current that is minimalistic, yet includes sufficient context so that a human can deduce its full value, given that a sufficient representation of previous is presented immediately ahead.
formatContext(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IIncrementalFormatter
Return a string context that can be presented ahead of presenting firstPresented so that the latter can be presented with a minimalistic representation using formatChange(firstPresented, firstPresented).
formatInUnit(IQuantity, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
formatQualifiedName(IMCPackage, String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Create a fully qualified class name based on a package.
FormatThreadLocal<T extends Format> - Class in org.openjdk.jmc.common.util
Thread local implementation to use prototypes of Format subclasses that are not thread safe by themselves.
FormatThreadLocal(T) - Constructor for class org.openjdk.jmc.common.util.FormatThreadLocal
Create a new thread local formatter generator.
FormatToolkit - Class in org.openjdk.jmc.common.util
Methods for formatting IMC* instances.
FormatToolkit() - Constructor for class org.openjdk.jmc.common.util.FormatToolkit
 
formatWithFixedFraction(Number, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
formatWithUnit(Number, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
FREQUENCY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
fromBoolean(Boolean) - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
Get the correct truncation state enum value based on a Boolean value.
fromDate(Date) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
Convert a Date instance to a IQuantity, preserving null.
fromWhere(IItemFilter) - Static method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
fromXMLFile(File) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a file and return its structure as a state.
fromXMLString(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a string and return its structure as a state.

G

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
Convenience method for (localized) formatters, to prepend a space to IUnit.getLocalizedSymbol(), if needed.
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 null if 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
The LabeledIdentifier.getDescription() method gives a generated description.
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 null if 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, null otherwise.
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 deltaUnit as 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
This method will only be called for keys for which MutableConstrainedMap.getConstraint(Object) currently returns null for.
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
The type of this item (analogous to Object.getClass()).
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
Get the typed Class object of the actual TypedUnit subclass U.
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
 

H

hasAttribute(ICanonicalAccessorFactory<V>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
HasAttribute(ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.HasAttribute
 
hasAttribute(ICanonicalAccessorFactory<?>) - Method in interface org.openjdk.jmc.common.item.IType
Tell if attribute can return an accessor for this type.
hasAttribute(ICanonicalAccessorFactory<?>) - Method in class org.openjdk.jmc.common.unit.ContentType
 
hashCode() - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
 
hashCode() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
hashCode() - Method in class org.openjdk.jmc.common.util.CompositeKey
 
hashCode() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCFrame
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCMethod
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCPackage
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCType
 
hashCode() - Method in class org.openjdk.jmc.common.util.Pair
 
hashCode() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
hashCode() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
hashKey(K) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
Calculate the hash for a key.
hasItems() - Method in interface org.openjdk.jmc.common.item.IItemCollection
 
hasItems() - Method in interface org.openjdk.jmc.common.item.IItemIterable
 
hasMagic(File, int[]) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if a file begins with a specified array of bytes.
hasMagic(InputStream, int[]) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if an input stream begins with a specified array of bytes.
hasNestedTypes(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a class name denotes a nested class.
HERTZ - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
HOUR - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 

I

IAccessorFactory<V> - Interface in org.openjdk.jmc.common.item
A function that supplies member accessors for types.
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
A field that refers to an IMCOldObject on the heap.
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
Quick and dirty ScaleFactor implementation.
ImpreciseScaleFactor(Number) - Constructor for class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
IMutableConstrainedMap<K> - Interface in org.openjdk.jmc.common.unit
A mutable extension to IConstrainedMap.
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 applying innerTransform and 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 true or false depending on the implementation.
IPreferenceValueProvider - Interface in org.openjdk.jmc.common.util
Provides mechanisms for getting values for TypedPreference preferences.
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
A range of Comparables.
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
Checks if the file is compressed in a way compatible with IOToolkit.openUncompressedStream(File).
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
A class that can save its state into an IWritableState instance.
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
For all intents and purposes, we assume that IMCStackTrace.TruncationState.UNKNOWN means not truncated.
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
Type parameterized extension of IQuantity.
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.

J

JavaVersion - Class in org.openjdk.jmc.common.version
Parses the java.version property and extracts the components to able to compare versions.
JavaVersion(String) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on a Java version string as reported by a Java runtime.
JavaVersion(int...) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on version numbers.
JavaVersion(boolean, int...) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on version numbers.
JavaVersionSupport - Class in org.openjdk.jmc.common.version
Java versions that have support for various features.
JavaVersionSupport() - Constructor for class org.openjdk.jmc.common.version.JavaVersionSupport
 
JavaVMVersionToolkit - Class in org.openjdk.jmc.common.version
A toolkit to handle JVM versions.
JavaVMVersionToolkit() - Constructor for class org.openjdk.jmc.common.version.JavaVMVersionToolkit
 
JDK_11 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_11_EA - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_12 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_6 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7_U_4 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7_U_40 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8_U_20 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8_U_40 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_9 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JFR_ENGINE_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JFR_FULLY_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JFR_NOT_COMMERCIAL - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
join(Collection<?>, String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Joins items in collection to one string with delimiter between each item.
join(Object[], String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Joins items in an array to one string with delimiter between each item.

K

KeyInValueMap<K,V> - Class in org.openjdk.jmc.common.collection
A map for values that has the key inside the value, so only storing the value directly without a wrapping map entry is sufficient.
KeyInValueMap(int, float) - Constructor for class org.openjdk.jmc.common.collection.KeyInValueMap
Create a new map.
keySet() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
 
keySet() - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
kind - Variable in class org.openjdk.jmc.common.item.PersistableItemFilter
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
KindOfQuantity<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 
KindOfQuantity.ExactFormatter<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 
KindOfQuantity.VerboseFormatter<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 

L

LABELED_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
LabeledIdentifier - Class in org.openjdk.jmc.common.util
An identifier with a name and a description.
LabeledIdentifier(String, long, String, String) - Constructor for class org.openjdk.jmc.common.util.LabeledIdentifier
Create a new instance.
left - Variable in class org.openjdk.jmc.common.util.Pair
Left data item.
less(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
less(IMemberAccessor<? extends M, T>, Comparable<? super M>, boolean) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
less(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
lessOrEqual(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
lessOrEqual(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
LinearKindOfQuantity - Class in org.openjdk.jmc.common.unit
The kind of a linear (scalar) physical quantity.
LinearKindOfQuantity(String, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a new linear kind of quantity, with content type identifier id and sole unit identifier atomUnitId.
LinearKindOfQuantity(String, String, P, P) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a new linear kind of quantity, with content type identifier id and atom unit identifier atomUnitId, using prefixes in the range minPrefix to maxPrefix.
LinearKindOfQuantity.AutoFormatter - Class in org.openjdk.jmc.common.unit
 
LinearKindOfQuantity.DualUnitFormatter - Class in org.openjdk.jmc.common.unit
 
LinearKindOfQuantity.LinearUnitSelector - Interface in org.openjdk.jmc.common.unit
 
LinearUnit - Class in org.openjdk.jmc.common.unit
A measurement unit for a particular kind of quantity.
LinearUnit(LinearKindOfQuantity, String, ScaleFactor, String, String, String...) - Constructor for class org.openjdk.jmc.common.unit.LinearUnit
 
LinearUnit.Custom - Class in org.openjdk.jmc.common.unit
 
ListToolkit - Class in org.openjdk.jmc.common.collection
Various methods that work with lists.
ListToolkit() - Constructor for class org.openjdk.jmc.common.collection.ListToolkit
 
loadDocumentFromFile(File) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from the specified file.
loadDocumentFromStream(InputStream) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from the specified stream.
loadDocumentFromString(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from its string representation.
loadFromFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Read lines from a text file.
loadFromStream(InputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Read lines from an input stream.
localizedFormat(boolean, boolean) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
localizedMsg - Variable in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
 
localizedName - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
localizedName() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
localizedName() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
localizedName() - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
log1024() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
logMsg - Variable in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
 
LongPostOffsetTransform - Class in org.openjdk.jmc.common.unit
IScalarAffineTransform used as the inverse of LongPreOffsetTransform to avoid losing the precision of the long offset.
LongPostOffsetTransform(double, long) - Constructor for class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
LongPreOffsetTransform - Class in org.openjdk.jmc.common.unit
Transform that adds an offset first and then multiplies with the multiplier.
LongPreOffsetTransform(long, double) - Constructor for class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
LongScaleFactor - Class in org.openjdk.jmc.common.unit
Short term ScaleFactor implementation to improve custom units.
LongScaleFactor(long) - Constructor for class org.openjdk.jmc.common.unit.LongScaleFactor
 
longValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value of this quantity as a long.
longValueIn(IUnit, long) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, rounded to a mathematical integer, if that numerical value is in the range [-maxAbsValue-1, maxAbsValue].
longValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, rounded to a mathematical integer, if that numerical value can be represented in a long.
lookupNameFor(String) - Static method in class org.openjdk.jmc.common.unit.ContentType
 

M

M2 - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
m_identifier - Variable in class org.openjdk.jmc.common.unit.ContentType
 
makeCustomUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a custom unit.
makeUnit(String, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create an off-system unit with no default localized name.
makeUnit(String, ITypedQuantity<LinearUnit>, String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
MapToolkit - Class in org.openjdk.jmc.common.collection
Useful methods related to maps.
MapToolkit() - Constructor for class org.openjdk.jmc.common.collection.MapToolkit
 
MapToolkit.IntEntry<K> - Class in org.openjdk.jmc.common.collection
A map entry used to store integer values.
matches(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
matches(IMemberAccessor<? extends String, T>, String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a string value matches a regular expression.
matchRange(RangeMatchPolicy, ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
matchRange(PersistableItemFilter.Kind, ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
max(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
maxNumericalValue - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
maxPresent(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MCClassLoader - Class in org.openjdk.jmc.common.util
Base implementation of the IMCClassLoader interface.
MCClassLoader(IMCType, String) - Constructor for class org.openjdk.jmc.common.util.MCClassLoader
Create a new classloader instance.
MCFrame - Class in org.openjdk.jmc.common.util
Base implementation of the IMCFrame interface.
MCFrame(IMCMethod, Integer, Integer, IMCFrame.Type) - Constructor for class org.openjdk.jmc.common.util.MCFrame
Create a new frame instance.
MCMethod - Class in org.openjdk.jmc.common.util
Base implementation of the IMCMethod interface.
MCMethod(IMCType, String, String, Integer, Boolean) - Constructor for class org.openjdk.jmc.common.util.MCMethod
Create a new instance.
MCOldObject - Class in org.openjdk.jmc.common.util
Base implementation of the IMCOldObject interface.
MCOldObject(IQuantity, IMCType, String, IMCOldObject, String, IQuantity, IQuantity, IQuantity) - Constructor for class org.openjdk.jmc.common.util.MCOldObject
Create a new old object instance.
MCPackage - Class in org.openjdk.jmc.common.util
Base implementation of the IMCPackage interface.
MCStackTrace - Class in org.openjdk.jmc.common.util
Base class for stack traces.
MCStackTrace(List<IMCFrame>, IMCStackTrace.TruncationState) - Constructor for class org.openjdk.jmc.common.util.MCStackTrace
Create a new stack trace instance.
MCType - Class in org.openjdk.jmc.common.util
Base implementation of the IMCType interface.
mean - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
MemberAccessorToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with member accessors.
MemberAccessorToolkit() - Constructor for class org.openjdk.jmc.common.util.MemberAccessorToolkit
 
memberOf(ICanonicalAccessorFactory<M>, Set<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
memberOf(IMemberAccessor<? extends M, T>, Set<? extends M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is included in a specified set.
MEMORY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
merge(Aggregators.AdvancedMinMaxConsumer<V, T>) - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
merge(Aggregators.AvgConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
merge(Aggregators.CountConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
 
merge(Aggregators.MinMaxConsumer<V>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
 
merge(Aggregators.SetConsumer<T>) - Method in class org.openjdk.jmc.common.item.Aggregators.SetConsumer
 
merge(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
merge(C) - Method in interface org.openjdk.jmc.common.item.IItemConsumer
Merges this object with the supplied object.
MergingAggregator(String, String, IType<? super V>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
 
METHOD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MethodToolkit - Class in org.openjdk.jmc.common.util
Helper class to support IMCType and IMCMethod implementations and to handle conversion of reference types and field descriptors according to The Java Virtual Machine Specification, Section 4.4.1 and Section 4.3.2, respectively, into Java type formats according to The Java Language Specification, Sections 6.7 and 13.1.
MICROSECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MILLISECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
min(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(String, String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MinMaxConsumer(IMemberAccessor<? extends V, IItem>, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
 
minNumericalValue - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
minPresent(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MINUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MODULE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
more(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
more(IMemberAccessor<? extends M, T>, Comparable<? super M>, boolean) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
more(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
moreOrEqual(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
moreOrEqual(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
multiply(long) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is this quantity multiplied with factor, if this is a linear quantity.
multiply(double) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is this quantity multiplied with factor, if this is a linear quantity.
multiply(long) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
multiply(double) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
MutableConstrainedMap<K> - Class in org.openjdk.jmc.common.unit
A mutable extension to IConstrainedMap.
MutableConstrainedMap() - Constructor for class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
MutableConstrainedMap(HashMap<K, Object>) - Constructor for class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
mutableCopy() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Create a mutable copy of this map, containing the same initial values as this map.
mutableCopy() - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 

N

n - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
NANOSECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
negate() - Method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
Return the exact negation of this kind of filter, if such a kind is defined.
nestedTypes(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Get the nested type name of a class.
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Avg
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMax
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Stddev
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Sum
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Variance
 
newItemConsumer(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemConsumerFactory
 
nominalValueDigits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
none() - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
not(IItemFilter) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
not(IPredicate<T>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Invert a predicate.
notContains(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
notEquals(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
notEquals(IMemberAccessor<?, T>, Object) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is not equal to a specified object.
notHasAttribute(ICanonicalAccessorFactory<V>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
NotHasAttribute(ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.NotHasAttribute
 
notMatches(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
noUnit(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
noUnit(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
NUMBER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
NUMBER_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
numberValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity, as either a Long or a Number with at least the precision of double.
numberValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, as either a Long or a Number with at least the precision of double.
NUMERICAL_ATTRIBUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 

O

of(T[]) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Iterator that iterates over an array.
OLD_OBJECT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_ARRAY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_FIELD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_GC_ROOT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
openUncompressedStream(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Get an input stream for a optionally compressed file.
openUncompressedStream(InputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Get an input stream for a optionally compressed input stream.
or(String, IAttribute<Boolean>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
or(IItemFilter...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
or(Collection<IPredicate<T>>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Combine a collection of predicates using an OR operation.
org.openjdk.jmc.common - package org.openjdk.jmc.common
This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.
org.openjdk.jmc.common.collection - package org.openjdk.jmc.common.collection
 
org.openjdk.jmc.common.io - package org.openjdk.jmc.common.io
 
org.openjdk.jmc.common.item - package org.openjdk.jmc.common.item
This package contains the IItem data model.
org.openjdk.jmc.common.unit - package org.openjdk.jmc.common.unit
This package contains the data model for quantities and units.
org.openjdk.jmc.common.util - package org.openjdk.jmc.common.util
 
org.openjdk.jmc.common.version - package org.openjdk.jmc.common.version
This package contains classes used in Mission Control to identify JVM versions.

P

PACKAGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
Pair<L,R> - Class in org.openjdk.jmc.common.util
A generic pair of data items.
Pair(L, R) - Constructor for class org.openjdk.jmc.common.util.Pair
Create a new pair.
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
parseInteractive(String) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Parse an interactive string.
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Parse an interactive string.
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parseInteractive(String, Map<String, ? extends LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
parseJavaVersion(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Parses version string to find java version, such as 1.6.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
parsePersisted(String) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Parse a persisted string.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Parse a persisted string.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
PERCENT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PERCENT_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PERCENTAGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PersistableItemFilter - Class in org.openjdk.jmc.common.item
Simple provisional persistence implementation for item filter.
PersistableItemFilter(PersistableItemFilter.Kind) - Constructor for class org.openjdk.jmc.common.item.PersistableItemFilter
 
PersistableItemFilter.Kind - Enum in org.openjdk.jmc.common.item
 
persistableString(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
persistableString(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
A string representation independent of locale or internationalization, that when parsed using IConstraint.parsePersisted(String) (on this instance) yields a result that is equal to the given value.
persistableString(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
A string representation independent of locale or internationalization, that when parsed using IConstraint.parsePersisted(String) (on this instance) yields a result that is equal to the given value.
persistableString() - Method in interface org.openjdk.jmc.common.unit.IQuantity
A string representation independent of locale or internationalization, that when parsed using KindOfQuantity.parsePersisted(String) (by this quantity's kind of quantity) yields a value that is equal to this quantity.
persistableString(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
persistableString(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
persister - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
PLAIN_TEXT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
pointRange(IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs point ranges (ranges with zero extent) based on point values.
powerOf10() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
powerOf2 - Variable in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
PredicateToolkit - Class in org.openjdk.jmc.common.util
Toolkit used to create instances of IPredicate matching various criteria.
PredicateToolkit() - Constructor for class org.openjdk.jmc.common.util.PredicateToolkit
 
prefixSI - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
Deprecated.
Accept that kilobytes and kibibytes are different units.
prettyPrint(Element) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Pretty prints an XML document to a string, starting from the specified element.
prettyPrint(Element, Writer) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Pretty prints an XML document to a writer, starting from the specified element.
problem - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
prototype - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
prototype - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
put(long, T) - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
Store a value at an index.
put(K, Object) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to value, if allowed according to either an existing constraint or an implicit default constraint, if available.
put(K, IConstraint<T>, T) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to value, if allowed according to constraint and additional restrictions on this map such as a conflicting constraint being in effect for this key.
put(K, Object) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
put(K, IConstraint<T>, T) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putPersistedString(K, String) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to the value obtained by parsing persisted, if allowed according to either an existing constraint or an implicit default constraint, if available.
putPersistedString(K, IConstraint<T>, String) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to the value obtained by parsing persisted, if allowed according to constraint and additional restrictions on this map such as a conflicting constraint being in effect for this key.
putPersistedString(K, String) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putPersistedString(K, IConstraint<T>, String) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putString(String, String) - Method in interface org.openjdk.jmc.common.IWritableState
Stores a named attribute value.
putValueType(IWritableState, ContentType<?>) - Static method in class org.openjdk.jmc.common.item.PersistableItemFilter
 

Q

QuantitiesToolkit - Class in org.openjdk.jmc.common.unit
 
QuantitiesToolkit() - Constructor for class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
quantity(Number) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(long) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(double) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
Quantity(QuantityConversionException.Problem, String, IQuantity) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
Quantity(QuantityConversionException.Problem, IQuantity, IQuantity) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
quantity(Number) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(Number) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
quantity(long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
QuantityConversionException - Exception in org.openjdk.jmc.common.unit
Exception denoting problem converting between representations of physical quantities ("numbers with units").
QuantityConversionException(QuantityConversionException.Problem, String) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException
 
QuantityConversionException.Persisted - Exception in org.openjdk.jmc.common.unit
 
QuantityConversionException.Problem - Enum in org.openjdk.jmc.common.unit
 
QuantityConversionException.Quantity - Exception in org.openjdk.jmc.common.unit
 
QuantityRange<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
A finite range of quantities.

R

rangeContained(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Return a predicate based on limit according to RangeMatchPolicy.CONTAINED_IN_CLOSED.
rangeContainedIn(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
Match a range according to RangeMatchPolicy.CONTAINED_IN_CLOSED.
RangeContentType<T extends Comparable<? super T>> - Class in org.openjdk.jmc.common.unit
 
rangeIntersects(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
rangeIntersects(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Return a predicate based on limit according to RangeMatchPolicy.CLOSED_INTERSECTS_WITH_CLOSED.
RangeMatchPolicy - Enum in org.openjdk.jmc.common.item
Provisional way to specify how to match ranged attributes to a filter interval.
rangeWithEnd(T, T) - Method in class org.openjdk.jmc.common.unit.RangeContentType
 
rangeWithEnd(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on start and end values.
rangeWithExtent(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on start and extent values.
rangeWithExtentEnd(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on end and extent values.
ratioTo(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Compute the ratio of this quantity to the given consequent quantity, if both are of the same linear kind.
RAW_LONG - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
NOTE: Temporary placeholder for raw long values to allow for comparable uses.
RAW_NUMBER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
NOTE: Temporary placeholder for raw numerical values, primitive wrappers.
readBoolean(IState, String, Boolean) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read a boolean value from a state.
readEnum(IState, String, T, Class<T>) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an enum value from a state.
readFloat(IState, String, Float) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read a float value from a state.
readFrom(IState) - Static method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
readInt(IState, String, Integer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an integer value from a state.
readString(InputStream) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Reads the contents of a stream to a string, assuming UTF-8 encoding.
readString(InputStream, String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Reads the contents of a stream with specified character encoding to a string.
refTypeToBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into a binary Java type name according to The Java Language Specification, Section 13.1.
refTypeToFieldDescriptor(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into a field descriptor according to The Java Virtual Machine Specification, Section 4.3.2.
resolveClass(ObjectStreamClass) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
 
resolveLocalizedName(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
resolveLocalizedSymbol(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
resolveObject(Object) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
 
right - Variable in class org.openjdk.jmc.common.util.Pair
Right data item.

S

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
Class used as a bridge between IStateful and IState.
StateToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with the state interfaces IState, IStateful, and IWritableState.
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
 

T

targetFloor(long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetFloor(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetFloor(double) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetIntFloor(Number) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetNumber(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetNumber(Number) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetOutOfRange(long, long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetOutOfRange(double, long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetValue(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetValue(double) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
THREAD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
THREAD_GROUP - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
tickList - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
tickMultiplierArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
TIMERANGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TIMESPAN - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TIMESTAMP - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TimestampUnit - Class in org.openjdk.jmc.common.unit
 
toDate(IQuantity) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
Convert an IQuantity representing a timestamp to a Date, preserving null.
toList(Iterator<T>, int) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Place all elements of an iterator in a list.
toNonPrimitiveClass(Class<?>) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Return the non-primitive class corresponding to argument class (int -> Integer).
tooHigh(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooHigh(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooLow(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooLow(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
topLevelType(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Get the top level type of a class.
toString() - Method in class org.openjdk.jmc.common.collection.BoundedList
Use only for debugging purposes!
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
 
toString() - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
toString(String, Object) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
toString() - Method in class org.openjdk.jmc.common.unit.ContentType
 
toString() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
toString() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
toString() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
toString() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
toString() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
toString() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
toString() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
toString(Throwable) - Static method in class org.openjdk.jmc.common.util.ExceptionToolkit
Returns a string with the text from Throwable.printStackTrace().
toString(Throwable, int) - Static method in class org.openjdk.jmc.common.util.ExceptionToolkit
Returns a string with a text equivalent to Throwable.printStackTrace(), but with a limited number of frames.
toString() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
toString() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
toString() - Method in class org.openjdk.jmc.common.util.MCFrame
 
toString() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
toString() - Method in class org.openjdk.jmc.common.util.MCPackage
 
toString() - Method in class org.openjdk.jmc.common.util.MCType
 
toString() - Method in class org.openjdk.jmc.common.util.Pair
 
toString() - Method in class org.openjdk.jmc.common.util.StatefulState
 
toString() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
toString() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
toXMLString(IStateful) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a stateful state as an XML string.
truePredicate() - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
 
type(String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
type(String...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
type(Set<String>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
TYPE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TypedPreference<T> - Class in org.openjdk.jmc.common.util
A preference key with a default value.
TypedPreference(String, String, String, IPersister<T>, T) - Constructor for class org.openjdk.jmc.common.util.TypedPreference
 
TypedUnit<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
Type parameterized extension of IUnit.
TypedUnit() - Constructor for class org.openjdk.jmc.common.unit.TypedUnit
 
TypedUnit.UnitSelector<U extends TypedUnit<U>> - Interface in org.openjdk.jmc.common.unit
 
typeFromBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a binary Java type name according to The Java Language Specification, Section 13.1, into an IMCType.
typeFromReference(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into an IMCType.
TypeHandling - Class in org.openjdk.jmc.common.util
Helper class to provide some formatting of type names.
typeMatches(String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 

U

unit - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
unit - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
UNIT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
UNIT_ATTRIBUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
unitArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
UnitLookup - Class in org.openjdk.jmc.common.unit
This class is responsible for configuring the different units that are available in Mission Control.
UnitLookup() - Constructor for class org.openjdk.jmc.common.unit.UnitLookup
 
unitMultiplierArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
unitSelector - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
UNKNOWN - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
UNKNOWN - Static variable in class org.openjdk.jmc.common.version.JavaVersion
Constant denoting an unparsable number.
unknownUnit(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
unknownUnit(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
unparsable(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
unparsable(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
UnsupportedFormatException - Exception in org.openjdk.jmc.common.io
Thrown when an unsupported compression format is discovered.
UnsupportedFormatException(String) - Constructor for exception org.openjdk.jmc.common.io.UnsupportedFormatException
 

V

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 value satisfies 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
 

W

withAlpha(Color, int) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Create a color with a specified alpha value.
WrappingPersister<T> - Class in org.openjdk.jmc.common.unit
 
WrappingPersister(IPersister<T>) - Constructor for class org.openjdk.jmc.common.unit.WrappingPersister
 
write(InputStream, File, boolean) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Copy all data from an input stream to a file.
writeAsXml(IStateful, Writer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a stateful state to a reader as an XML string.
writeBoolean(IWritableState, String, Boolean) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a boolean value to a state.
writeEnum(IWritableState, String, T) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write an enum value to a state.
writeFloat(IWritableState, String, Float) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a float value to a state.
writeInt(IWritableState, String, Integer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write an integer value to a state.

X

XmlToolkit - Class in org.openjdk.jmc.common.util
Class containing helper methods for XML processing.

Y

YEAR - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2020. All rights reserved.