Interface Identifiable<T extends java.lang.Comparable<T>>

    • Method Detail

      • getId

        T getId()
        Gets the identifier uniquely identifying this Object instance.

        Returns:
        an identifier uniquely identifying this Object.
      • exists

        static <T extends Identifiable> boolean exists​(java.util.List<T> list,
                                                       java.lang.String id)
      • find

        static <T extends Identifiable> T find​(java.util.List<T> list,
                                               java.lang.String id)
      • remove

        static <T extends Identifiable> void remove​(java.util.List<T> list,
                                                    java.lang.String id)