Interface HasWeight
- All Known Implementing Classes:
Member
,ProjectMetadata
,RepositoryMetadata
,Roles
,TokenRegistration
,Tokens
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An object which has a weight.
-
Method Summary
-
Method Details
-
weight
int weight()Returns the weight of this object.
-