PIP.Collections
Class CollectionFactory

java.lang.Object
  extended by PIP.Collections.CollectionFactory

public class CollectionFactory
extends java.lang.Object


Method Summary
static
<T> java.util.List<T>
arrayList()
           
static
<T> java.util.List<T>
arrayList(int n)
           
static
<K,V> java.util.Map<K,V>
hashMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

arrayList

public static <T> java.util.List<T> arrayList()

arrayList

public static <T> java.util.List<T> arrayList(int n)

hashMap

public static <K,V> java.util.Map<K,V> hashMap()