Package ch.tocco.nice2.netui.api.bind
Class UriList
java.lang.Object
ch.tocco.nice2.netui.api.bind.UriList
- All Implemented Interfaces:
Serializable
,Iterable<URI>
Deprecated.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.crop
(int maxLength) Deprecated.boolean
Deprecated.get
(int index) Deprecated.int
hashCode()
Deprecated.int
Deprecated.int
Deprecated.boolean
isEmpty()
Deprecated.iterator()
Deprecated.static UriList
Deprecated.static UriList
join
(Collection<UriList> uriLists) Deprecated.Deprecated.int
size()
Deprecated.sublist
(int startIndex) Deprecated.sublist
(int startIndex, int length) Deprecated.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
EMPTY
Deprecated.
-
-
Constructor Details
-
UriList
public UriList()Deprecated. -
UriList
Deprecated. -
UriList
Deprecated.
-
-
Method Details
-
join
Deprecated. -
join
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
get
Deprecated. -
indexOf
Deprecated. -
indexOf
Deprecated. -
contains
Deprecated. -
iterator
Deprecated. -
sublist
Deprecated. -
sublist
Deprecated. -
crop
Deprecated.
-