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