Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-16add CollectionTools.toArray(...)Brian Vosburgh1-0/+14
2015-07-16rework ListenerListBrian Vosburgh5-43/+87
2015-07-16rework IterableTools and IteratorTools to return more-abstract typesBrian Vosburgh2-175/+485
2015-07-16add MapTools.get_(...) methodsBrian Vosburgh1-3/+60
2015-07-16return null for ListTools "diff range" methodsBrian Vosburgh3-16/+6
2015-07-16tweak CollectionTools.addAll(Collection, Object[])Brian Vosburgh1-12/+1
2015-07-16normalize RangeBrian Vosburgh3-14/+32
2015-07-16clean up ObjectToolsBrian Vosburgh1-10/+8
2015-07-16clean up ArrayToolsBrian Vosburgh1-20/+30
2015-07-16clean up ResultSetToolsBrian Vosburgh1-10/+9
2013-11-15tweak tests to pass on Mac OS Xv201311210251Brian Vosburgh1-0/+7
2013-09-12add CollectionTools.emptyBag()v201309190527Brian Vosburgh1-0/+10
2013-08-26add some Comparator testsv201308262207Brian Vosburgh14-148/+516
2013-08-26add various "count" methods to IterableTools and IteratorToolsBrian Vosburgh2-5/+95
2013-08-26add CollectionTools.partition(...)Brian Vosburgh1-0/+47
2013-08-26various implementations and adapters for: Closure, Command, Factory,Brian Vosburgh57-66/+2595
2013-08-26add InterruptibleFactory wrapper implementationsBrian Vosburgh27-67/+310
2013-08-26add a bunch of simple Closure implementationsBrian Vosburgh31-49/+1661
2013-08-26rename ParameterizedCommand to ClosureBrian Vosburgh26-245/+264
2013-08-26add MapToolsBrian Vosburgh2-2/+648
2013-08-26widen generic parm in CollectionTools.filter(...) and .transform(...)Brian Vosburgh1-2/+2
2013-08-26add reverse(...) to StringTools and CharArrayToolsBrian Vosburgh2-0/+20
2013-08-26add InterruptibleTransformer interfaceBrian Vosburgh5-14/+47
2013-08-26add Factory interface and implementationsBrian Vosburgh29-9/+1179
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh6-9/+14
2013-08-26add packages o.e.jpt.common.utility.exception andBrian Vosburgh41-74/+83
2013-08-26add repeat(...) methods to StringTools, CharArrayTools,Brian Vosburgh5-8/+242
2013-08-26add ClassTools.allSuperclasses(...) and .allInterfaces(...)Brian Vosburgh1-1/+41
2013-08-26add versions of indexOf(...) and lastIndexOf(...) methods that take aBrian Vosburgh5-29/+461
2013-08-26add ObjectTools.identityToString(Object) andBrian Vosburgh2-0/+26
2013-08-26add more info to Bag method commentsBrian Vosburgh1-0/+6
2013-07-24add String methods to CharArrayToolsBrian Vosburgh1-7/+614
2013-07-12tweak some ObjectReference implementations' commentsBrian Vosburgh3-3/+6
2013-07-12add AbstractIntReference and AbstractObjectReferenceBrian Vosburgh2-0/+182
2013-07-12add CollectionTools.identityBag(...) factory methodsBrian Vosburgh1-0/+52
2013-07-12fix IndexOutOfBoundsException in StringTools.commonPrefixLength(String,Brian Vosburgh1-1/+8
2013-06-24move Pair to public packageBrian Vosburgh4-2/+7
2013-06-24clean up SWT bindingsBrian Vosburgh1-14/+14
2013-06-17convert ListenerList to IterableBrian Vosburgh5-37/+15
2013-06-17improve ChangeSupport.toString()Brian Vosburgh3-57/+35
2013-06-17refactor DoublePropertyValueModelBrian Vosburgh5-169/+216
2013-06-17begin model delegate workBrian Vosburgh11-385/+558
2013-06-11add various thread dump methods to SystemToolsBrian Vosburgh1-0/+61
2013-06-10rework item content and label providersBrian Vosburgh1-0/+7
2013-06-10add ObjectTools.toString(Object, Object[]) andBrian Vosburgh2-0/+20
2013-06-10improve Queue and Stack stuffBrian Vosburgh8-137/+1284
2013-05-16[398218] fix problems with asynchronous events on UI thread; leavev201305171828Brian Vosburgh1-3/+3
2013-04-19add PredicatePropertyValueModelBrian Vosburgh1-0/+108
2013-04-19clean up null handling in PredicatesBrian Vosburgh8-32/+112
2013-04-19clean up null handling in TransformersBrian Vosburgh9-206/+304

Back to the top