Deprecated API


Contents
Deprecated Classes
net.sf.jga.fn.algorithm.Accumulate
          This functionality is moved into Summarize 
net.sf.jga.util.Algorithms
          everything likely to be of value has been moved to static classes in the net.sf.jga.algorithms package 
net.sf.jga.fn.algorithm.Count
          This functionality is moved into Summarize 
net.sf.jga.fn.algorithm.ForEach
          This functionality is moved into Summarize 
net.sf.jga.util.IteratorComparator
          Moved to a nested class of net.sf.jga.algorithms.Compare 
net.sf.jga.util.Iterators
          all of the remaining functionality has been moved into 
net.sf.jga.fn.algorithm.MaxValue
          This functionality is moved into Summarize 
net.sf.jga.fn.algorithm.MinValue
          This functionality is moved into Summarize 
 

Deprecated Methods
net.sf.jga.algorithms.Summarize.count(Iterable, Equality, T)
          - switching the order of arguments to be consistent with Find 
net.sf.jga.algorithms.Summarize.count(Iterator, Equality, T)
          - switching the order of arguments to be consistent with Find 
net.sf.jga.algorithms.Summarize.count(T[], Equality, T)
          - switching the order of arguments to be consistent with Find 
net.sf.jga.util.Algorithms.equal(Collection, Collection)
          use c1.equals(c2) instead 
net.sf.jga.util.Algorithms.equal(Collection, Collection, BinaryFunctor)
          use Compare.equal(Iterable,Iterable,BinaryFunctor) instead 
net.sf.jga.util.Algorithms.equal(Collection, Collection, Comparator)
          use Compare.equal(Iterable,Iterable,Comparator) instead 
net.sf.jga.util.Iterators.equal(Iterator, Iterator)
          use Compare.equal(Iterator,Iterator) instead 
net.sf.jga.util.Iterators.equal(Iterator, Iterator, BinaryFunctor)
          use Compare.equal(Iterator,Iterator,BinaryFunctor) instead 
net.sf.jga.util.Iterators.equal(Iterator, Iterator, Comparator)
          use Compare.equal(Iterator,Iterator,Comparator) instead 
net.sf.jga.util.Algorithms.forEach(Collection, UnaryFunctor)
          use Summarize.forEach(Iterable,UnaryFunctor) 
net.sf.jga.util.Iterators.forEach(Iterator, UnaryFunctor)
          moved to Summarize.forEach(it,fn) 
net.sf.jga.parser.JavaCharStream.getColumn()
            
net.sf.jga.parser.JavaCharStream.getLine()
            
net.sf.jga.util.Algorithms.lessThan(Collection, Collection)
          use Compare.lessThan(Iterable,Iterable) instead 
net.sf.jga.util.Algorithms.lessThan(Collection, Collection, BinaryFunctor)
          use Compare.lessThan(Iterable,Iterable,BinaryFunctor) instead 
net.sf.jga.util.Algorithms.lessThan(Collection, Collection, Comparator)
          use Compare.lessThan(Iterable,Iterable,Comparator) instead 
net.sf.jga.util.Iterators.lessThan(Iterator, Iterator)
          use Compare.lessThan(Iterator,Iterator) instead 
net.sf.jga.util.Iterators.lessThan(Iterator, Iterator, BinaryFunctor)
          use Compare.lessThan(Iterator,Iterator,BinaryFunctor) instead 
net.sf.jga.util.Iterators.lessThan(Iterator, Iterator, Comparator)
          use Compare.lessThan(Iterator,Iterator,Comparator) 
net.sf.jga.util.Algorithms.removeAll(LT, T)
          use ListAlgorithms.remove(List,Object) 
net.sf.jga.util.Algorithms.removeAll(LT, T, Equality)
          use ListAlgorithms.remove(List,Object) 
net.sf.jga.util.Algorithms.removeAll(LT, UnaryFunctor)
          use ListAlgorithms.remove(List,UnaryFunctor) 
net.sf.jga.util.Algorithms.replaceAll(List, UnaryFunctor, T)
          use ListAlgorithms.replace(List,UnaryFunctor,Object) 
net.sf.jga.util.Algorithms.transform(List, UnaryFunctor)
          use ListAlgorithms.transform(List,UnaryFunctor) 
net.sf.jga.util.Algorithms.unique(LT)
          use ListAlgorithms.unique(List) 
net.sf.jga.algorithms.ListAlgorithms.unique(LT, BinaryFunctor)
          use Unique.unique(Iterable,BinaryFunctor) 
net.sf.jga.util.Algorithms.unique(LT, BinaryFunctor)
          use ListAlgorithms.unique(List,BinaryFunctor) 
 



Copyright © 2002-2006 David A. Hall. All Rights Reserved.