corda/classpath/java/util
Johannes Schindelin 056c65947e Add Collections#singletonList
This is a very dumb implementation that wastes space and time by
constructing a full-blown ArrayList as backend. However, it is
better to have a dumb implementation than none at all, and we can
always do something about the performance when, and if, that should
become necessary.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-10-25 15:32:33 -05:00
..
concurrent update copyright years 2013-07-02 20:52:38 -06:00
jar update copyright years 2013-07-02 20:52:38 -06:00
logging update copyright years 2013-07-02 20:52:38 -06:00
regex Support escaped octal and hexadecimal characters in regular expressions 2013-10-21 13:34:33 -05:00
zip update copyright years 2013-07-02 20:52:38 -06:00
AbstractCollection.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractList.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractMap.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractQueue.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractSequentialList.java update copyright years 2013-07-02 20:52:38 -06:00
AbstractSet.java update copyright years 2013-07-02 20:52:38 -06:00
ArrayList.java update copyright years 2013-07-02 20:52:38 -06:00
Arrays.java Complete the java.util.Arrays#toString family of methods 2013-10-18 15:01:36 -05:00
BitSet.java update copyright years 2013-07-02 20:52:38 -06:00
Calendar.java Implement Calendar#getTime 2013-10-18 14:58:44 -05:00
Collection.java update copyright years 2013-07-02 20:52:38 -06:00
Collections.java Add Collections#singletonList 2013-10-25 15:32:33 -05:00
Comparator.java update copyright years 2013-07-02 20:52:38 -06:00
ConcurrentModificationException.java update copyright years 2013-07-02 20:52:38 -06:00
Date.java update copyright years 2013-07-02 20:52:38 -06:00
Enumeration.java update copyright years 2013-07-02 20:52:38 -06: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 update copyright years 2013-07-02 20:52:38 -06:00
EventObject.java update copyright years 2013-07-02 20:52:38 -06:00
HashMap.java update copyright years 2013-07-02 20:52:38 -06:00
HashSet.java update copyright years 2013-07-02 20:52:38 -06:00
Hashtable.java update copyright years 2013-07-02 20:52:38 -06:00
IdentityHashMap.java update copyright years 2013-07-02 20:52:38 -06:00
Iterator.java update copyright years 2013-07-02 20:52:38 -06:00
LinkedList.java update copyright years 2013-07-02 20:52:38 -06:00
List.java update copyright years 2013-07-02 20:52:38 -06:00
ListIterator.java update copyright years 2013-07-02 20:52:38 -06:00
Locale.java update copyright years 2013-07-02 20:52:38 -06:00
Map.java update copyright years 2013-07-02 20:52:38 -06:00
MissingResourceException.java update copyright years 2013-07-02 20:52:38 -06:00
NoSuchElementException.java update copyright years 2013-07-02 20:52:38 -06:00
Properties.java update copyright years 2013-07-02 20:52:38 -06:00
PropertyResourceBundle.java update copyright years 2013-07-02 20:52:38 -06:00
Queue.java update copyright years 2013-07-02 20:52:38 -06:00
Random.java update copyright years 2013-07-02 20:52:38 -06:00
RandomAccess.java update copyright years 2013-07-02 20:52:38 -06:00
ResourceBundle.java update copyright years 2013-07-02 20:52:38 -06:00
Set.java update copyright years 2013-07-02 20:52:38 -06:00
SortedSet.java update copyright years 2013-07-02 20:52:38 -06:00
Stack.java update copyright years 2013-07-02 20:52:38 -06:00
StringTokenizer.java update copyright years 2013-07-02 20:52:38 -06:00
TreeMap.java update copyright years 2013-07-02 20:52:38 -06:00
TreeSet.java update copyright years 2013-07-02 20:52:38 -06:00
UUID.java add bare-bones UUID implementation 2011-09-29 18:27:34 -06:00
Vector.java update copyright years 2013-07-02 20:52:38 -06:00
WeakHashMap.java update copyright years 2013-07-02 20:52:38 -06:00