MCPcopy Create free account
hub / github.com/apache/poi / size

Method size

src/java/org/apache/poi/util/IntList.java:596–599  ·  view source on GitHub ↗

Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE. @return the number of elements in this IntList

()

Source from the content-addressed store, hash-verified

594 */
595
596 public int size()
597 {
598 return _limit;
599 }
600
601 /**
602 * Returns an array containing all of the elements in this list in

Callers 7

displayBATReaderMethod · 0.95
testAddMethod · 0.95
testAddAllMethod · 0.95
testClearMethod · 0.95
testRemoveMethod · 0.95
testSizeMethod · 0.95
testToArrayMethod · 0.95

Calls

no outgoing calls

Tested by 6

testAddMethod · 0.76
testAddAllMethod · 0.76
testClearMethod · 0.76
testRemoveMethod · 0.76
testSizeMethod · 0.76
testToArrayMethod · 0.76