Package com.alibaba.graphscope.stdcxx
Interface StdUnorderedMap<KEY_T,VALUE_T>
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
StdUnorderedMap_cxx_0x4ac1da48
public interface StdUnorderedMap<KEY_T,VALUE_T> extends com.alibaba.fastffi.CXXPointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StdUnorderedMap.Factory<KEY_T,VALUE_T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
empty()
VALUE_T
get(KEY_T key)
void
set(KEY_T key, VALUE_T value)
int
size()
-