Deprecated API


Contents
Deprecated Methods
com.senn.magic.collections.ChainableSet.add(E)
           
com.senn.magic.collections.ChainableQueue.add(E)
           
com.senn.magic.collections.ChainableList.add(E)
           
com.senn.magic.collections.ChainableList.add(int, E)
           
com.senn.magic.collections.ChainableSet.addAll(Collection)
           
com.senn.magic.collections.ChainableQueue.addAll(Collection)
           
com.senn.magic.collections.ChainableList.addAll(Collection)
           
com.senn.magic.collections.ChainableList.addAll(int, Collection)
           
com.senn.magic.collections.ChainableSet.clear()
           
com.senn.magic.collections.ChainableQueue.clear()
           
com.senn.magic.collections.ChainableMap.clear()
           
com.senn.magic.collections.ChainableList.clear()
           
com.senn.magic.collections.ChainableQueue.offer(E)
           
com.senn.magic.collections.ChainableMap.put(K, V)
           
com.senn.magic.collections.ChainableMap.putAll(Map)
           
com.senn.magic.collections.ChainableList.remove(int)
           
com.senn.magic.collections.ChainableSet.remove(Object)
           
com.senn.magic.collections.ChainableQueue.remove(Object)
           
com.senn.magic.collections.ChainableMap.remove(Object)
           
com.senn.magic.collections.ChainableList.remove(Object)
           
com.senn.magic.collections.ChainableSet.removeAll(Collection)
           
com.senn.magic.collections.ChainableQueue.removeAll(Collection)
           
com.senn.magic.collections.ChainableList.removeAll(Collection)
           
com.senn.magic.collections.ChainableSet.retainAll(Collection)
           
com.senn.magic.collections.ChainableQueue.retainAll(Collection)
           
com.senn.magic.collections.ChainableList.retainAll(Collection)
           
com.senn.magic.collections.ChainableList.set(int, E)