MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / size

Method size

CodenameOne/src/com/codename1/ui/List.java:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 ///
445 /// the number of elements in the list
446 public int size() {
447 return model.getSize();
448 }
449
450 /// Returns the visual selection during a drag operation, otherwise equivalent to model.getSelectedIndex
451 ///

Callers 15

applyFilterMethod · 0.95
loadBaseColorTextureMethod · 0.95
actionPerformedMethod · 0.95
keyPressedMethod · 0.95
pointerSelectMethod · 0.95
paramStringMethod · 0.95
getSizeOfArrayMethod · 0.95
getAsStringArrayMethod · 0.95
getAsIntegerArrayMethod · 0.95
getAsLongArrayMethod · 0.95
getAsDoubleArrayMethod · 0.95

Calls 1

getSizeMethod · 0.65

Tested by

no test coverage detected