Uses of Class
com.peterphi.std.types.Id

Packages that use Id
Package
Description
 
  • Uses of Id in com.peterphi.std.types

    Subclasses of Id in com.peterphi.std.types
    Modifier and Type
    Class
    Description
    final class 
    A simple, untyped Id field; this is one step above having a String id
    It is recommended that users extend Id themselves rather than using this type (as a SimpleId adds no discernable information about what the id is for)
    Methods in com.peterphi.std.types with parameters of type Id
    Modifier and Type
    Method
    Description
    final int
    Id.compareTo(Id that)
    Compares another Id to this id.