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

Method first

JSAT/src/jsat/utils/SortedArrayList.java:62–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public T first()
63 {
64 if(isEmpty())
65 return null;
66 return get(0);
67 }
68
69 public T last()
70 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected