Uses of Package
org.eclipse.mat.collect
-
Packages that use org.eclipse.mat.collect Package Description org.eclipse.mat.collect Collections optimized for keys and values of ints and longs.org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API).org.eclipse.mat.inspections These are general queries.org.eclipse.mat.parser Interfaces for handling indexes.org.eclipse.mat.parser.index Implementations for handling indexes.org.eclipse.mat.parser.internal Implementations for building the snapshot (not API).org.eclipse.mat.parser.internal.oql.compiler Object Query Language (OQL) compiler (not API).org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.collect Class Description ArrayInt Utility class to hold a list of ints Similar to a list, but efficient for intsArrayLong Utility class to hold a list of longs Similar to a list, but efficient for longsHashMapIntLong.Entry An entry from the mapHashMapIntObject.Entry An entry from the mapHashMapLongObject.Entry An entry from the mapHashMapObjectLong.Entry An entry from the mapIteratorInt Simple iterator to go through intsIteratorLong Simple iterator to go through ints -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.hprof Class Description ArrayLong Utility class to hold a list of longs Similar to a list, but efficient for longs -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.inspections Class Description ArrayInt Utility class to hold a list of ints Similar to a list, but efficient for intsSetInt Utility class to hold a set of ints Similar to a Set, but efficient for ints -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.parser Class Description HashMapIntObject A map from int to Object. -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.parser.index Class Description ArrayInt Utility class to hold a list of ints Similar to a list, but efficient for intsArrayIntCompressed This class compresses fixed-size int[] in a very fast and memory efficient manner if many leading and/or trailing bits of the stored ints are not used commonly.ArrayLong Utility class to hold a list of longs Similar to a list, but efficient for longsHashMapIntObject A map from int to Object.IteratorInt Simple iterator to go through intsIteratorLong Simple iterator to go through ints -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.parser.internal Class Description BitField This class manages huge bit fields.HashMapIntObject A map from int to Object. -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.parser.internal.oql.compiler Class Description ArrayInt Utility class to hold a list of ints Similar to a list, but efficient for intsArrayLong Utility class to hold a list of longs Similar to a list, but efficient for longs -
Classes in org.eclipse.mat.collect used by org.eclipse.mat.parser.model Class Description ArrayLong Utility class to hold a list of longs Similar to a list, but efficient for longs