◆ asList()
static List<String> fiftyone.devicedetection.hash.engine.onpremise.interop.Swig.asList | ( | VectorStringSwig | vector | ) |
static
Copy the values in the native string vector to a List.
- Parameters
-
- vector - native instance to copy
- Returns
- list with values from the vector
◆ asUnmodifiableList()
static List<String> fiftyone.devicedetection.hash.engine.onpremise.interop.Swig.asUnmodifiableList ( VectorStringSwig vector ) staticThe same as asList(VectorStringSwig) but makes the returned list unmodifiable.
- Parameters
-
- vector - native instance to copy
- Returns
- unmodifiable list with values from the vector
◆ asVector()
static VectorStringSwig fiftyone.devicedetection.hash.engine.onpremise.interop.Swig.asVector ( List< String > list ) staticCopy the values in the List to a new native string vector.
- Parameters
-
- list - the list to copy
- Returns
- new native vector with values from the list