@FunctionalInterface public interface IHasLongID
| Modifier and Type | Method and Description |
|---|---|
static Comparator<IHasLongID> |
getComparatorID() |
long |
getID() |
default Long |
getIDObj() |
long getID()
@Nonnull default Long getIDObj()
Long representation of the contained "long" ID.@Nonnull static Comparator<IHasLongID> getComparatorID()
Copyright © 2014–2019 Philip Helger. All rights reserved.