search: keywords: ['Java API', 'OClass', 'OIndex', 'get class indexes', 'getClassIndexes']
OClass - getClassIndexes()
This method retrieves indexes for the class.
Retrieving Indexes
Syntax
Set<OIndex<?>> OClass().getClassIndexes()
Return Value
This method returns a Set
instance, which contains the OIndex<?>
instances for the class.