toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.match
/
Identifiable
Identifiable
public
interface
Identifiable
implements
Stringifiable
(
source
)
A type that can be identified by an identifier.
Author
Dustin Glaser
Inheritors
MethodLink
WithName
Members
Functions
identifier
Link copied to clipboard
public
abstract
String
identifier
(
)
Returns the identifier of this identifiable object.
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.