public interface IHasSize
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
boolean |
isEmpty() |
@Nonnegative int getSize()
boolean isEmpty()
true if no items are present, false if at
least a single item is present.getSize()Copyright © 2014–2016 Philip Helger. All rights reserved.