MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasNext

Method hasNext

classpath/java/util/EnumSet.java:133–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 public boolean hasNext() {
134 int indexOfNextValue = nextIndex();
135 if (indexOfNextValue >= 0) {
136 return true;
137 } else {
138 return false;
139 }
140 }
141
142 public void remove() {
143 if (!removeAllowed) {

Callers 1

nextMethod · 0.95

Calls 1

nextIndexMethod · 0.95

Tested by

no test coverage detected