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.

@FunctionalInterface public interface HasWeight
An object which has a weight.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the weight of this object.
  • Method Details

    • weight

      int weight()
      Returns the weight of this object.