corda/classpath/java/util
2012-07-24 11:34:18 -06:00
..
concurrent implement ConcurrentLinkedQueue.clear 2011-11-07 15:52:42 -07:00
jar fix ClassCastException in ZipFile.getInputStream 2011-05-16 10:30:56 -06:00
logging update copyright years 2010-12-05 20:21:09 -07:00
regex update copyright years 2012-05-11 17:43:27 -06:00
zip update copyright years 2012-05-11 17:43:27 -06:00
AbstractCollection.java update copyright years 2012-05-11 17:43:27 -06:00
AbstractList.java Implementing add(T element) in AbstractList, which just calls add(size(), element) and returns true per the spec. 2012-07-23 18:55:11 -06:00
AbstractMap.java Added AbstractMap for protobuf, and String getByte encoding for Latin-1 2011-08-12 13:30:51 -06:00
AbstractQueue.java Adding java.util.Queue interface and java.util.AbstractQueue. 2012-05-22 15:23:28 -06:00
AbstractSequentialList.java add AbstractList and AbstractSequentialList classes to java.util and listIterator methods to java.util.List 2009-08-04 17:24:29 -06:00
AbstractSet.java add a few classes and methods to the classpath 2008-07-03 09:16:32 -06:00
ArrayList.java Fix an off-by-1 error in the remove method. 2012-07-06 14:03:56 -06:00
Arrays.java add Arrays test for equals and hashCode, handle corner cases with null 2012-07-24 11:31:47 -06:00
BitSet.java made getTrueMask in BitSet a lot more rational with fewer code paths. 2012-07-06 23:42:54 -06:00
Calendar.java update copyright years 2009-03-15 12:02:36 -06:00
Collection.java update copyright years 2009-12-02 19:08:29 -07:00
Collections.java update copyright years 2012-05-11 17:43:27 -06:00
Comparator.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
ConcurrentModificationException.java API additions for compatibility with harmony's java.util package 2010-09-11 21:23:46 +02:00
Date.java implement Date.toString, which just defers to ctime for now (part 2) 2008-06-16 11:45:23 -06:00
Enumeration.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
EnumSet.java EnumSet.allOf can take advantage of the bulk BitSet.set(start, end) operation to run faster instead of adding each element individually. 2012-07-06 23:47:42 -06:00
EventListener.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
EventObject.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
HashMap.java update copyright years 2010-12-05 20:21:09 -07:00
HashSet.java update copyright years 2009-12-02 19:08:29 -07:00
Hashtable.java update copyright years 2009-12-02 19:08:29 -07:00
IdentityHashMap.java update copyright years 2009-12-02 19:08:29 -07:00
Iterator.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
LinkedList.java update copyright years 2009-12-02 19:08:29 -07:00
List.java update copyright years 2009-12-02 19:08:29 -07:00
ListIterator.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Locale.java update copyright years 2012-05-11 17:43:27 -06:00
Map.java update copyright years 2010-12-05 20:21:09 -07:00
MissingResourceException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
NoSuchElementException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Properties.java update copyright years 2012-05-11 17:43:27 -06:00
PropertyResourceBundle.java implement ResourceBundle.getKeys 2008-11-03 15:18:44 -07:00
Queue.java Adding java.util.Queue interface and java.util.AbstractQueue. 2012-05-22 15:23:28 -06:00
Random.java update copyright years 2012-05-11 17:43:27 -06:00
RandomAccess.java Additions for Protobuf support 2011-06-17 11:23:09 -06:00
ResourceBundle.java update copyright years 2010-12-05 20:21:09 -07:00
Set.java implement a few more classpath methods, including Collection.addAll and Collection.toArray 2008-02-28 11:37:10 -07:00
SortedSet.java Adding java.util.SortedSet. 2012-05-22 16:21:57 -06:00
Stack.java fix backwards logic in Stack.empty 2008-09-26 08:10:16 -06:00
StringTokenizer.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
TreeMap.java update copyright years 2010-12-05 20:21:09 -07:00
TreeSet.java Fixed isEmpty() on TreeSet, which actually returned !isEmpty(). 2012-07-13 15:46:01 -06:00
UUID.java add bare-bones UUID implementation 2011-09-29 18:27:34 -06:00
Vector.java update copyright years 2012-05-11 17:43:27 -06:00
WeakHashMap.java update copyright years 2010-12-05 20:21:09 -07:00