OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptySet
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/
Collections.java
111
private static final class
EmptySet
extends AbstractSet implements Serializable {
174
public static final Set EMPTY_SET = new
EmptySet
();
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java
196
EmptySet
.<Map.Entry<K, V>>iterable() :
589
private static class
EmptySet
{
Completed in 194 milliseconds