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()
Empty default constructor
|
Copyright © 2021. All rights reserved.