Class Id.CountedId

  • All Implemented Interfaces:
    de.flapdoodle.kfx.types.Id

    
    public final class Id.CountedId<T extends Object>
     implements Id<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Key<T> key
      private final Integer count
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Key<T> getKey()
      final Integer getCount()
      String toString()
      KClass<T> type()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait