MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / last

Method last

JSAT/src/jsat/utils/BoundedSortedList.java:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 public E last()
87 {
88 if(isEmpty())
89 return null;
90 return get(size()-1);
91 }
92
93 @Override
94 public void add(int index, E element)

Callers 3

searchMethod · 0.95
searchMethod · 0.95
searchMethod · 0.95

Calls 2

sizeMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected