Fix javadoc.

pull/134/head
Brett Wooldridge 11 years ago
parent 04be56d79d
commit 8f24990e87

@ -86,9 +86,9 @@ public final class FastList<T>
}
/**
* This remove method is most efficient when the element being removed
* is the last element. Equality is identity based, not equals() based.
* Only the first matching element is removed.
* Remove the last element from the list. No bound check is performed, so if this
* method is called on an empty list and ArrayIndexOutOfBounds exception will be
* thrown.
*
* @return the last element of the list
*/

@ -86,9 +86,9 @@ public final class FastList<T>
}
/**
* This remove method is most efficient when the element being removed
* is the last element. Equality is identity based, not equals() based.
* Only the first matching element is removed.
* Remove the last element from the list. No bound check is performed, so if this
* method is called on an empty list and ArrayIndexOutOfBounds exception will be
* thrown.
*
* @return the last element of the list
*/

Loading…
Cancel
Save