Lines Matching full:keys
36 * Implementation of {@code Multimap} whose keys and values are ordered by
48 * through the keys according to the key comparator ordering or the natural
49 * ordering of the keys. Similarly, {@code get}, {@code removeAll}, and {@code
52 * collections generated by {@code entries}, {@code keys}, and {@code values}
53 * iterate across the keys according to the above key ordering, and for each
59 * <p>Depending on the comparators, null keys and values may or may not be
78 * its keys and values.
103 * keys and values, with the same mappings as the specified multimap.
152 * Returns the comparator that orders the multimap keys.
165 * <p>Because a {@code TreeMultimap} has unique sorted keys, this method
176 * <p>Because a {@code TreeMultimap} has unique sorted keys, this method
185 * @serialData key comparator, value comparator, number of distinct keys, and