MCPcopy Create free account
hub / github.com/PCGen/pcgen / isEmpty

Method isEmpty

PCGen-base/code/src/java/pcgen/base/util/OneToOneMap.java:119–122  ·  view source on GitHub ↗

Returns true if the OneToOneMap is empty; false otherwise. @return true if the OneToOneMap is empty; false otherwise

()

Source from the content-addressed store, hash-verified

117 * @return true if the OneToOneMap is empty; false otherwise
118 */
119 public boolean isEmpty()
120 {
121 return forwardMap.isEmpty();
122 }
123
124 /**
125 * Returns a Set of the keys for this OneToOneMap

Callers 1

testEmptyClearMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by 1

testEmptyClearMethod · 0.76