Home | History | Annotate | Download | only in collect

Lines Matching full:backing

394    * backing map. In essence, this factory method provides a {@link Set}
401 * exactly one method invocation on the backing map or its <tt>keySet</tt>
403 * sequence of <tt>put</tt> invocations on the backing map.
416 * the backing map is.
418 * @param map the backing map
428 private final Map<E, Boolean> m; // The backing map
496 * will change as the backing sets do. Contains methods to copy the data into
509 * <p><b>Warning:</b> this may have unexpected results if a backing set of
535 * set contains all elements that are contained in either backing set.
586 * returned set contains all elements that are contained by both backing sets.