Class OIndexDictionary

All Implemented Interfaces:
OIndex, OIndexInternal, Comparable<OIndex>

public class OIndexDictionary extends OIndexOneValue
Dictionary index similar to unique index but does not check for updates, just executes changes. Last put always wins and override the previous value.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)