public class Pair<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Pair<K,V> |
createPair(K element0,
V element1) |
V |
getActualValue() |
K |
getElementValue() |
K |
getLeft() |
V |
getRight() |
V |
getTranslationValue() |
K |
getWorldSpaceValue() |
public static <K,V> Pair<K,V> createPair(K element0, V element1)
public K getLeft()
public K getElementValue()
public K getWorldSpaceValue()
public V getRight()
public V getTranslationValue()
public V getActualValue()
Copyright © 2017 OpenSource BIM. All rights reserved.