Lines Matching defs:compact
44 * Provides a compact way to store information that is indexed by Unicode
51 * A compact array of any primitive data type serves two purposes:
56 * A compact array is composed of a index array and value array. The index
72 * @param defaultValue the default value of the compact array.
92 * @param indexArray the indicies of the compact array.
93 * @param newValues the values of the compact array.
157 public void compact()
277 * Compares the equality of two compact array objects.
278 * @param obj the compact array object to be compared with this.
279 * @return true if the current compact array object is the same
280 * as the compact array object obj; false otherwise.
298 * Generates the hash code for the compact array object