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.core.sql
Method parameters in com.orientechnologies.orient.core.sql with type arguments of type OPairModifier and TypeMethodDescriptionstatic ODocumentOSQLHelper.bindParameters(ODocument iDocument, List<OPair<String, Object>> iFields, OCommandParameters iArguments, OCommandContext iContext) protected voidvoidOCommandExecutorSQLSelect.setOrderedFields(List<OPair<String, String>> orderedFields) -
Uses of OPair in com.orientechnologies.orient.core.sql.filter
Fields in com.orientechnologies.orient.core.sql.filter with type parameters of type OPairModifier and TypeFieldDescriptionprotected List<OPair<OSQLMethodRuntime,Object[]>> OSQLFilterItemAbstract.operationsChainMethods in com.orientechnologies.orient.core.sql.filter 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 -
Uses of OPair in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that return OPairModifier and TypeMethodDescriptionOrientVertex.getConnection(com.tinkerpop.blueprints.Direction iDirection, String iFieldName, String... iClassNames) Determines if a field is a connections or not.Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OPairModifier and TypeMethodDescriptionprotected voidOrientVertex.addSingleEdge(ODocument doc, OMultiCollectionIterator<com.tinkerpop.blueprints.Edge> iterable, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) protected static OrientEdgeOrientVertex.getEdge(OrientBaseGraph graph, ODocument doc, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) (Internal only)Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OPairModifierConstructorDescriptionOrientEdgeIterator(OrientVertex iSourceVertex, OrientVertex iTargetVertex, Object iMultiValue, Iterator<?> iterator, OPair<com.tinkerpop.blueprints.Direction, String> connection, String[] iLabels, int iSize) OrientVertexIterator(OrientVertex orientVertex, Object iMultiValue, Iterator<?> iterator, OPair<com.tinkerpop.blueprints.Direction, String> connection, String[] iLabels, int iSize)