|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmptySet | |
|---|---|
| edu.rice.cs.plt.collect | Contains general-purpose extensions to and variations on the java.util collections
framework. |
| Uses of EmptySet in edu.rice.cs.plt.collect |
|---|
| Fields in edu.rice.cs.plt.collect declared as EmptySet | |
|---|---|
static EmptySet<Object> |
EmptySet.INSTANCE
|
| Methods in edu.rice.cs.plt.collect that return EmptySet | ||
|---|---|---|
static
|
CollectUtil.emptySet()
Produce an immutable empty set. |
|
EmptySet<Map.Entry<K,V>> |
EmptyMap.entrySet()
|
|
EmptySet<K> |
EmptyMap.keySet()
|
|
static
|
EmptySet.make()
Return a singleton, cast to the appropriate type. |
|
EmptySet<V> |
EmptyMap.values()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||