MCPcopy Create free account
hub / github.com/Neop/mudmap2 / values

Method values

src/main/java/mudmap2/backend/prquadtree/Quadtree.java:220–220  ·  view source on GitHub ↗

Gets the element data of each child @param set element data will be inserted in this set

(HashSet<T> set)

Source from the content-addressed store, hash-verified

218 * @param set element data will be inserted in this set
219 */
220 public void values(HashSet<T> set);
221
222 /** checks whether the element is empty */
223 public boolean isEmpty();

Callers 8

closeTabsMethod · 0.65
updateMethod · 0.65
getLayersMethod · 0.65
getInformationColorsMethod · 0.65
getPlacesMethod · 0.65
getLayerElementsMethod · 0.65
valuesMethod · 0.65
valuesMethod · 0.65

Implementers 2

QuadtreeNodesrc/main/java/mudmap2/backend/prquadtr
QuadtreeLeafsrc/main/java/mudmap2/backend/prquadtr

Calls

no outgoing calls

Tested by

no test coverage detected