public class TriangleMeshBuilder extends TreeMap<String,Object> implements Builder<TriangleMesh>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TriangleMeshBuilder() |
Modifier and Type | Method and Description |
---|---|
TriangleMesh |
build()
Builds and returns the object.
|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
put(String key,
Object value) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
public TriangleMesh build()
Builder
build
in interface Builder<TriangleMesh>
Copyright © 2020. All rights reserved.