Package org.eclipse.mat.collect
package org.eclipse.mat.collect
Collections optimized for keys and values of ints and longs.
-
ClassDescriptionUtility class to hold a list of ints Similar to a list, but efficient for intsThis class simplifies the handling of growing int[] in a very fast and memory efficient manner so that no slow collections must be used.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.Utility class to hold a list of longs Similar to a list, but efficient for longsThis class simplifies the handling of growing long[] in a very fast and memory efficient manner so that no slow collections must be used.This class compresses fixed-size long[] in a very fast and memory efficient manner if many leading and/or trailing bits of the stored longs are not used commonly.Utility class for sorting arrays etc.This class manages huge bit fields.A map from int to long.An entry from the mapA map from int to Object.An entry from the mapA map from long to Object.An entry from the mapA map from Object to long.An entry from the mapSimple iterator to go through intsSimple iterator to go through intsA simple queue of intsUtility class to hold a set of ints Similar to a Set, but efficient for intsUtility class to hold a set of longs Similar to a Set, but efficient for longs