Javadoc nits.
This commit is contained in:
parent
b5585aaa60
commit
d8fd531766
|
@ -36,14 +36,14 @@ public interface BoundedCollection<E> extends Collection<E> {
|
||||||
/**
|
/**
|
||||||
* Returns true if this collection is full and no new elements can be added.
|
* Returns true if this collection is full and no new elements can be added.
|
||||||
*
|
*
|
||||||
* @return <code>true</code> if the collection is full
|
* @return <code>true</code> if the collection is full.
|
||||||
*/
|
*/
|
||||||
boolean isFull();
|
boolean isFull();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the maximum size of the collection (the bound).
|
* Gets the maximum size of the collection (the bound).
|
||||||
*
|
*
|
||||||
* @return the maximum number of elements the collection can hold
|
* @return the maximum number of elements the collection can hold.
|
||||||
*/
|
*/
|
||||||
int maxSize();
|
int maxSize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue