gcc/libjava/java/util
Tom Tromey f70b7142c2 Locale.java (Locale): Don't explicitly check for null.
* java/util/Locale.java (Locale): Don't explicitly check for
	null.
	* java/util/Hashtable.java (containsKey): Don't explicitly check
	for null.
	(get): Likewise.
	* java/util/BitSet.java (and, or, xor): Don't explicitly check for
	null.
	* java/util/zip/ZipEntry.java (ZipEntry): Don't explicitly check
	for null.
	* java/text/StringCharacterIterator.java
	(StringCharacterIterator): Don't check for null.
	* java/text/ChoiceFormat.java (setChoices): Don't explicitly check
	for null pointer.
	* java/net/MulticastSocket.java (joinGroup): Don't explicitly
	check for null pointer.
	(leaveGroup): Likewise.
	* java/net/DatagramPacket.java (DatagramPacket): Removed erroneous
	comment.
	(setData): Likewise.
	* java/lang/ThreadGroup.java (ThreadGroup): Don't explicitly check
	for `p==null'.

From-SVN: r33671
2000-05-04 15:50:34 +00:00
..
jar All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
zip Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
BitSet.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
Calendar.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Collection.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Comparator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ConcurrentModificationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Date.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Dictionary.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EmptyStackException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Enumeration.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EventListener.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EventObject.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GregorianCalendar.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Hashtable.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
Iterator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
List.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ListIterator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ListResourceBundle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Locale.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
MissingResourceException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natGregorianCalendar.cc re GNATS libgcj/15 (_REENTRANT should be defined more consistently) 2000-04-21 20:38:43 +00:00
NoSuchElementException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Observable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Observer.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Properties.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PropertyResourceBundle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Random.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ResourceBundle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SimpleTimeZone.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Stack.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
StringTokenizer.java natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. 2000-04-09 01:26:20 +00:00
TimeZone.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
TooManyListenersException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Vector.java Vector.java (VectorEnumeration): Now `final'. 2000-04-11 20:02:48 +00:00