Class UriList
java.lang.Object
ch.tocco.nice2.netui.api.bind.UriList
- All Implemented Interfaces:
Serializable, Iterable<URI>
Deprecated.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.crop(int maxLength) Deprecated.booleanDeprecated.get(int index) Deprecated.inthashCode()Deprecated.intDeprecated.intDeprecated.booleanisEmpty()Deprecated.iterator()Deprecated.static UriListDeprecated.static UriListjoin(Collection<UriList> uriLists) Deprecated.Deprecated.intsize()Deprecated.sublist(int startIndex) Deprecated.sublist(int startIndex, int length) Deprecated.toString()Deprecated.Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
EMPTY
Deprecated.
-
-
Constructor Details
-
UriList
public UriList()Deprecated. -
UriList
Deprecated. -
UriList
Deprecated.
-
-
Method Details
-
join
-
join
Deprecated. -
toString
-
equals
-
hashCode
-
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
get
Deprecated. -
indexOf
Deprecated. -
indexOf
Deprecated. -
contains
Deprecated. -
iterator
-
sublist
Deprecated. -
sublist
Deprecated. -
crop
Deprecated.
-