Interface StringList

All Superinterfaces:
Collection<String>, DOMStringList, Iterable<String>, List<String>
All Known Implementing Classes:
ArrayStringList, LinkedStringList, WrapperStringList

public interface StringList extends List<String>, DOMStringList
Combines List and DOMStringList.
  • Method Details

    • clone

      StringList clone()
      Returns a shallow copy of this StringList instance. (The elements themselves are not copied.)
      Returns:
      a clone of this StringList.