public class VDictProxy<T> extends Object
| Constructor and Description |
|---|
VDictProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
_insert(long instance,
String imagekey_filename,
int value) |
boolean |
empty() |
void |
erase(String imagekey_filename) |
void |
insert(String imagekey_filename,
T value) |
List<T> |
lookup_similar_n(String imagekey_filename,
double similarity_threshold,
int n) |
T |
lookup_similar(String imagekey_filename,
double similarity_threshold) |
T |
lookup(String imagekey_filename) |
int |
size() |
public void insert(String imagekey_filename, T value) throws FileNotFoundException
FileNotFoundExceptionpublic void _insert(long instance,
String imagekey_filename,
int value)
public T lookup(String imagekey_filename) throws FileNotFoundException
FileNotFoundExceptionpublic T lookup_similar(String imagekey_filename, double similarity_threshold) throws FileNotFoundException
FileNotFoundExceptionpublic List<T> lookup_similar_n(String imagekey_filename, double similarity_threshold, int n) throws FileNotFoundException
FileNotFoundExceptionpublic void erase(String imagekey_filename) throws FileNotFoundException
FileNotFoundExceptionpublic int size()
public boolean empty()
Copyright © 2017. All rights reserved.