HomeSort by relevance Sort by last modified time
    Searched defs:EmptySet (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/
Collections.java 115 private static final class EmptySet extends AbstractSet implements Serializable {
178 public static final Set EMPTY_SET = new EmptySet();
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 196 EmptySet.<Map.Entry<K, V>>iterable() :
589 private static class EmptySet {

Completed in 1122 milliseconds