MCPcopy Create free account
hub / github.com/GateNLP/gate-core / isEmpty

Method isEmpty

src/main/java/gate/relations/RelationSet.java:531–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529 }
530
531 @Override
532 public boolean isEmpty() {
533 return indexById.isEmpty();
534 }
535
536 @Override
537 public Iterator<Relation> iterator() {

Callers 1

intersectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected