diff options
Diffstat (limited to 'java/util/LinkedHashSet.java')
| -rw-r--r-- | java/util/LinkedHashSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/LinkedHashSet.java b/java/util/LinkedHashSet.java index 03b955606..2caebaf93 100644 --- a/java/util/LinkedHashSet.java +++ b/java/util/LinkedHashSet.java @@ -62,7 +62,7 @@ import java.io.Serializable; * without needing the overhead of <code>TreeSet</code>. * <p> * - * Under ideal circumstances (no collisions), LinkedHashSet offers O(1) + * Under ideal circumstances (no collisions), LinkedHashSet offers O(1) * performance on most operations. In the worst case (all elements map * to the same hash code -- very unlikely), most operations are O(n). * <p> |
