Interface IntIdentifiable
- All Known Implementing Classes:
SimpleElementOperation
public interface IntIdentifiable
-
Method Summary
Modifier and TypeMethodDescriptionintThe integer representation of the object.static intgetIntRepresentation(IntIdentifiable identifiable) static intgetIntRepresentation(StringIdentifiable identifiable)
-
Method Details
-
getIntRepresentation
int getIntRepresentation()The integer representation of the object.- Returns:
- The integer representation of the object.
-
getIntRepresentation
-
getIntRepresentation
-