Class UriList

java.lang.Object
ch.tocco.nice2.netui.api.bind.UriList
All Implemented Interfaces:
Serializable, Iterable<URI>

@Deprecated public final class UriList extends Object implements Iterable<URI>, Serializable
Deprecated.
See Also:
  • Field Details

    • EMPTY

      public static final UriList EMPTY
      Deprecated.
  • Constructor Details

    • UriList

      public UriList()
      Deprecated.
    • UriList

      public UriList(URI... uris)
      Deprecated.
    • UriList

      public UriList(Collection<URI> uris)
      Deprecated.
  • Method Details

    • join

      public static UriList join(UriList... uriLists)
      Deprecated.
    • join

      public static UriList join(Collection<UriList> uriLists)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • size

      public int size()
      Deprecated.
    • isEmpty

      public boolean isEmpty()
      Deprecated.
    • get

      public URI get(int index)
      Deprecated.
    • indexOf

      public int indexOf(URI uri)
      Deprecated.
    • indexOf

      public int indexOf(int start, URI uri)
      Deprecated.
    • contains

      public boolean contains(URI uri)
      Deprecated.
    • iterator

      public Iterator<URI> iterator()
      Deprecated.
      Specified by:
      iterator in interface Iterable<URI>
    • sublist

      public UriList sublist(int startIndex)
      Deprecated.
    • sublist

      public UriList sublist(int startIndex, int length)
      Deprecated.
    • crop

      public UriList crop(int maxLength)
      Deprecated.