Class CTFList<T extends ObjectWithTitle>

    • Constructor Detail

      • CTFList

        public CTFList()
      • CTFList

        public CTFList​(Collection<? extends T> c)
    • Method Detail

      • byTitle

        public T byTitle​(String title)
        Looks up the object by its title.
      • byId

        public T byId​(String id)
        Looks up the object by its ID.
      • getTitles

        public List<String> getTitles()
        Gets the view of this list where titles are returned instead of T.