public abstract class EmptyStructures
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Iterator |
EMPTY_ITERATOR |
static List |
EMPTY_LIST |
static HashMap |
EMPTY_MAP |
static java.lang.Object[] |
EMPTY_OBJECT_ARRAY |
static Set |
EMPTY_SET |
static DataStructure |
EMPTY_STRUCTURE |
| Constructor and Description |
|---|
EmptyStructures() |
public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
public static final Iterator EMPTY_ITERATOR
public static final DataStructure EMPTY_STRUCTURE
public static final Set EMPTY_SET
public static final List EMPTY_LIST
public static final HashMap EMPTY_MAP