Uses of Class
com.opencloud.rhino.util.EncodableList
-
Packages that use EncodableList Package Description com.opencloud.rhino.util -
-
Uses of EncodableList in com.opencloud.rhino.util
Methods in com.opencloud.rhino.util that return EncodableList Modifier and Type Method Description protected abstract EncodableList<E>
EncodableList. newInstance(EncodableList.BackingStore backingStore, List<E> list)
Create a new instance of thisEncodableList
wrapping the specified list.
-