Package yapion.hierarchy.api.storage
Interface ObjectRemove<I,K>
-
- All Known Subinterfaces:
ObjectAdvancedOperations<I,K>
- All Known Implementing Classes:
YAPIONArray
,YAPIONMap
,YAPIONObject
public interface ObjectRemove<I,K>
-
-
Method Summary
Modifier and Type Method Description I
remove(K key)
YAPIONAnyType
removeAndGet(K key)
-
-
-
Method Detail
-
removeAndGet
YAPIONAnyType removeAndGet(@NonNull K key)
-
-