Uses of Class
com.orientechnologies.common.util.OPair
Packages that use OPair
Package
Description
-
Uses of OPair in com.orientechnologies.common.profiler
Methods in com.orientechnologies.common.profiler that return types with arguments of type OPair -
Uses of OPair in com.orientechnologies.common.util
Fields in com.orientechnologies.common.util declared as OPairMethods in com.orientechnologies.common.util that return OPairMethods in com.orientechnologies.common.util that return types with arguments of type OPairModifier and TypeMethodDescriptionstatic <K extends Comparable<K>,V>
List<OPair<K,V>> OPair.convertFromMap(Map<K, V> iValues) Methods in com.orientechnologies.common.util with parameters of type OPairModifier and TypeMethodDescriptionintMethod parameters in com.orientechnologies.common.util with type arguments of type OPairModifier and TypeMethodDescriptionstatic <K extends Comparable<K>,V>
Map<K,V> OPair.convertToMap(List<OPair<K, V>> iValues) -
Uses of OPair in com.orientechnologies.orient.console
Fields in com.orientechnologies.orient.console declared as OPair -
Uses of OPair in com.orientechnologies.orient.core.db.tool
Methods in com.orientechnologies.orient.core.db.tool that return OPairModifier and TypeMethodDescriptionprotected OPair<ODirection,String> OGraphRepair.getConnection(ODatabaseDocument graph, ODirection iDirection, String iFieldName, String... iClassNames) -
Uses of OPair in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that return OPairModifier and TypeMethodDescriptionprotected OPair<ODirection,String> OVertexDelegate.getConnection(ODirection iDirection, String iFieldName, String... iClassNames) protected OPair<ODirection,String> OVertexDocument.getConnection(ODirection iDirection, String iFieldName, String... iClassNames) Constructors in com.orientechnologies.orient.core.record.impl with parameters of type OPairModifierConstructorDescriptionOEdgeIterator(OVertex iSourceVertex, OVertex iTargetVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) OEdgeIterator(OVertex iSourceVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) Constructor parameters in com.orientechnologies.orient.core.record.impl with type arguments of type OPairModifierConstructorDescriptionODocumentComparator(List<OPair<String, String>> iOrderCriteria, OCommandContext iContext) -
Uses of OPair in com.orientechnologies.orient.core.serialization.serializer
Methods in com.orientechnologies.orient.core.serialization.serializer that return OPair -
Uses of OPair in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return types with arguments of type OPair