Interface LongIdentifiable


public interface LongIdentifiable
Interface for objects with an long-valued Id.

There is no requirement that a distinct result be returned each time the supplier is invoked, unless implementing classes enforce it.

This is a functional interface whose functional method is getId().

Version:
1.0.1 $Date: 2014/09/17 $
Author:
Werner KEIL
See Also:
Identifiable
  • Method Summary

    Modifier and Type Method Description
    long getId()