public class EmptyCollections extends Object
Modifier and Type | Field and Description |
---|---|
static HashSet<Integer> |
emptyIntSet
Convenience result of an empty set.
|
static TreeSet<Integer> |
emptyIntTreeSet
Convenience result of an empty set.
|
static HashSet<String> |
emptyStringSet
Convenience result of an empty set.
|
static TreeSet<String> |
emptyStringTreeSet
Convenience result of an empty set.
|
Constructor and Description |
---|
EmptyCollections() |
Copyright © 2018. All rights reserved.