Deprecated Methods |
net.sf.jga.algorithms.Summarize.count(Iterable extends T>, Equality, T)
- switching the order of arguments to be consistent with Find |
net.sf.jga.algorithms.Summarize.count(Iterator extends T>, 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 extends T>, Collection extends T>)
use c1.equals(c2) instead |
net.sf.jga.util.Algorithms.equal(Collection extends T>, Collection extends T>, BinaryFunctor)
use Compare.equal(Iterable,Iterable,BinaryFunctor) instead |
net.sf.jga.util.Algorithms.equal(Collection extends T>, Collection extends T>, Comparator)
use Compare.equal(Iterable,Iterable,Comparator) instead |
net.sf.jga.util.Iterators.equal(Iterator extends T>, Iterator extends T>)
use Compare.equal(Iterator,Iterator) instead |
net.sf.jga.util.Iterators.equal(Iterator extends T>, Iterator extends T>, BinaryFunctor)
use Compare.equal(Iterator,Iterator,BinaryFunctor) instead |
net.sf.jga.util.Iterators.equal(Iterator extends T>, Iterator extends T>, Comparator)
use Compare.equal(Iterator,Iterator,Comparator) instead |
net.sf.jga.util.Algorithms.forEach(Collection extends T>, UnaryFunctor)
use Summarize.forEach(Iterable,UnaryFunctor) |
net.sf.jga.util.Iterators.forEach(Iterator extends T>, 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 extends T>, Collection extends T>)
use Compare.lessThan(Iterable,Iterable) instead |
net.sf.jga.util.Algorithms.lessThan(Collection extends T>, Collection extends T>, BinaryFunctor)
use Compare.lessThan(Iterable,Iterable,BinaryFunctor) instead |
net.sf.jga.util.Algorithms.lessThan(Collection extends T>, Collection extends T>, Comparator)
use Compare.lessThan(Iterable,Iterable,Comparator) instead |
net.sf.jga.util.Iterators.lessThan(Iterator extends T>, Iterator extends T>)
use Compare.lessThan(Iterator,Iterator) instead |
net.sf.jga.util.Iterators.lessThan(Iterator extends T>, Iterator extends T>, BinaryFunctor)
use Compare.lessThan(Iterator,Iterator,BinaryFunctor) instead |
net.sf.jga.util.Iterators.lessThan(Iterator extends T>, Iterator extends T>, 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) |