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