Uses of Class
org.rumbledb.exceptions.DuplicateObjectKeyException
Packages that use DuplicateObjectKeyException
-
Uses of DuplicateObjectKeyException in org.rumbledb.api
Methods in org.rumbledb.api that throw DuplicateObjectKeyExceptionModifier and TypeMethodDescriptiondefault voidItem.putItemByKey(Item key, Item value) Adds a key-value pair, if it is a map.default voidItem.putSequenceByKey(String key, List<Item> valueSequence) Adds a key-sequence pair, if it is a map.default voidItem.putSequenceByKey(Item key, List<Item> valueSequence) Adds a key-sequence pair, if it is a map. -
Uses of DuplicateObjectKeyException in org.rumbledb.items
Methods in org.rumbledb.items that throw DuplicateObjectKeyExceptionModifier and TypeMethodDescriptionvoidAnnotatedItem.putSequenceByKey(Item key, List<Item> valueSequence)