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

Method getPlacesList

src/main/java/mudmap2/backend/Layer.java:343–348  ·  view source on GitHub ↗

Gets a List of all elements @return

()

Source from the content-addressed store, hash-verified

341 * @return
342 */
343 public List<Place> getPlacesList() {
344 final Set<Place> set = getPlaces();
345 final List<Place> list = new ArrayList<>(set.size());
346 list.addAll(set);
347 return list;
348 }
349
350 /**
351 * Gets a sorted set of all elements

Callers 1

actionPerformedMethod · 0.80

Calls 1

getPlacesMethod · 0.95

Tested by

no test coverage detected