public class UnmodifiableEmptyCollections extends Object
Modifier and Type | Field and Description |
---|---|
static ArrayList |
EMPTY_ARRAYLIST |
static ConcurrentHashMap |
EMPTY_CONCURRENT_HASHMAP |
static org.jboss.util.collection.ConcurrentSet |
EMPTY_CONCURRENT_SET |
static org.jboss.util.collection.ConcurrentSet |
EMPTY_COPYONWRITE_ARRAYSET |
static HashMap |
EMPTY_HASHMAP |
static LinkedHashMap |
EMPTY_LINKED_HASHMAP |
static gnu.trove.TLongObjectHashMap |
EMPTY_TLONG_OBJECT_HASHMAP |
static WeakHashMap |
EMPTY_WEAK_HASHMAP |
static org.jboss.util.collection.WeakValueHashMap |
EMPTY_WEAK_VALUE_HASHMAP |
Constructor and Description |
---|
UnmodifiableEmptyCollections() |
public static final LinkedHashMap EMPTY_LINKED_HASHMAP
public static final HashMap EMPTY_HASHMAP
public static final WeakHashMap EMPTY_WEAK_HASHMAP
public static final org.jboss.util.collection.WeakValueHashMap EMPTY_WEAK_VALUE_HASHMAP
public static final ArrayList EMPTY_ARRAYLIST
public static final org.jboss.util.collection.ConcurrentSet EMPTY_COPYONWRITE_ARRAYSET
public static final gnu.trove.TLongObjectHashMap EMPTY_TLONG_OBJECT_HASHMAP
public static final ConcurrentHashMap EMPTY_CONCURRENT_HASHMAP
public static final org.jboss.util.collection.ConcurrentSet EMPTY_CONCURRENT_SET
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.