Deprecated API


Contents
Deprecated Methods
org.pcollections.PCollection.add(E)
           
org.pcollections.PSequence.add(int, E)
           
org.pcollections.PCollection.addAll(Collection)
           
org.pcollections.PSequence.addAll(int, Collection)
           
org.pcollections.PMap.clear()
           
org.pcollections.PCollection.clear()
           
org.pcollections.PQueue.offer(E)
           
org.pcollections.PQueue.poll()
           
org.pcollections.PMap.put(K, V)
           
org.pcollections.PMap.putAll(Map)
           
org.pcollections.PQueue.remove()
           
org.pcollections.PSequence.remove(int)
           
org.pcollections.PMap.remove(Object)
           
org.pcollections.PCollection.remove(Object)
           
org.pcollections.PCollection.removeAll(Collection)
           
org.pcollections.PCollection.retainAll(Collection)
           
org.pcollections.PSequence.set(int, E)
           
 



Copyright © 2011. All Rights Reserved.