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

Method isEmpty

PCGen-base/code/src/java/pcgen/base/util/MapToList.java:171–171  ·  view source on GitHub ↗

Returns true if this MapToList contains no Lists. @return true if this MapToList contains no Lists; false otherwise

()

Source from the content-addressed store, hash-verified

169 * @return true if this MapToList contains no Lists; false otherwise
170 */
171 public boolean isEmpty();
172
173 /**
174 * Returns the number of lists contained by this MapToList.

Callers 15

emptySupplyingDequeMethod · 0.65
isEmptyMethod · 0.65
popMethod · 0.65
peekMethod · 0.65
setMethod · 0.65
removeListForMethod · 0.65
removeFromListForMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
removeMethod · 0.65

Implementers 1

AbstractMapToListPCGen-base/code/src/java/pcgen/base/ut

Calls

no outgoing calls

Tested by

no test coverage detected