MCPcopy
hub / github.com/RoaringBitmap/roaring / isEmpty

Method isEmpty

roaringarray.go:25–25  ·  view source on GitHub ↗

i stands for inplace

()

Source from the content-addressed store, hash-verified

23 andNot(container) container
24 iandNot(container) container // i stands for inplace
25 isEmpty() bool
26 getCardinality() int
27 // rank returns the number of integers that are
28 // smaller or equal to x. rank(infinity) would be getCardinality().

Callers 15

RemoveMethod · 0.65
CheckedRemoveMethod · 0.65
AndMethod · 0.65
XorMethod · 0.65
AndNotMethod · 0.65
AndFunction · 0.65
XorFunction · 0.65
AndNotFunction · 0.65
FlipMethod · 0.65
RemoveRangeMethod · 0.65
FlipFunction · 0.65
iandNotArrayMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by

no test coverage detected