|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.util.collection.SCollection
public class SCollection
Static methods for collection creation and observation.
Nested Class Summary | |
---|---|
static class |
SCollection.DebugPrinter
Create an info printer for the collections. |
Field Summary | |
---|---|
static boolean |
DEBUG
|
Constructor Summary | |
---|---|
SCollection()
|
Method Summary | |
---|---|
static List |
concurrencyCheckingList(List list)
Wrap a list for concurrency checking. |
static ArrayList |
createArrayList()
Return a fresh array list. |
static FastHashMap |
createFastHashMap()
Return a fresh hash map. |
static HashMap |
createHashMap()
Return a fresh hash map. |
static HashSet |
createHashSet()
Return a hash set. |
static Hashtable |
createHashtable()
Return a fresh hashtable. |
static IndexMap |
createIndexMap()
Return a fresh index map. |
static HashMap |
createLinkedHashMap()
Return a fresh linked hash map. |
static LinkedHashSet |
createLinkedHashSet()
Return a linked hash set. |
static LinkedList |
createLinkedList()
Return a fresh linked list. |
static LRU |
createLRU(int max)
Return a fresh linked hash map. |
static MultiCollection |
createMultiCollection()
Return a fresh multi collection. |
static NestedMap |
createNestedMap(Map map)
Return a linked hash set. |
static NestedMap |
createNestedMap(Map[] map)
Return a linked hash set. |
static Vector |
createVector()
Return a fresh vector. |
static WeakHashMap |
createWeakHashMap()
Return a fresh weak hash map. |
static WeakList |
createWeakList()
Return a fresh weak list. |
static WeakSet |
createWeakSet()
Return a fresh weak set. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
Constructor Detail |
---|
public SCollection()
Method Detail |
---|
public static IndexMap createIndexMap()
public static Hashtable createHashtable()
public static HashMap createHashMap()
public static HashMap createLinkedHashMap()
public static LRU createLRU(int max)
public static FastHashMap createFastHashMap()
public static MultiCollection createMultiCollection()
public static WeakHashMap createWeakHashMap()
public static WeakList createWeakList()
public static WeakSet createWeakSet()
public static ArrayList createArrayList()
public static LinkedList createLinkedList()
public static Vector createVector()
public static HashSet createHashSet()
public static LinkedHashSet createLinkedHashSet()
public static NestedMap createNestedMap(Map map)
public static NestedMap createNestedMap(Map[] map)
public static List concurrencyCheckingList(List list)
public static void main(String[] args) throws InterruptedException
InterruptedException
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.