mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
Fixed typos.
This commit is contained in:
parent
c19338b5b9
commit
d36d828110
@ -32,8 +32,8 @@ import java.util.*;
|
|||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An (immutable) empty {@link Map}, that supports all {@code Map} operations
|
* An (immutable) empty {@link Map}, that supports all {@code Map} operations
|
||||||
* without throwing expcetions (in contrast to {@link Collections#EMPTY_MAP}
|
* without throwing exceptions (in contrast to {@link Collections#EMPTY_MAP}
|
||||||
* that will throw exceptions on {@code put}/{@code remove}).
|
* that will throw exceptions on {@code put}/{@code remove}).
|
||||||
* <p/>
|
* <p/>
|
||||||
* NOTE: This is not a general purpose {@code Map} implementation,
|
* NOTE: This is not a general purpose {@code Map} implementation,
|
||||||
@ -41,7 +41,7 @@ import java.io.Serializable;
|
|||||||
* Instances of this class will always be an empty map.
|
* Instances of this class will always be an empty map.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
|
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
|
||||||
* @version $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/NullMap.java#2 $
|
* @version $Id: com/twelvemonkeys/util/NullMap.java#2 $
|
||||||
*/
|
*/
|
||||||
public final class NullMap<K, V> implements Map<K, V>, Serializable {
|
public final class NullMap<K, V> implements Map<K, V>, Serializable {
|
||||||
public final int size() {
|
public final int size() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user