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

Method first

JSAT/src/jsat/utils/IntSortedSet.java:187–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 @Override
188 public Integer first()
189 {
190 return store[0];
191 }
192
193 @Override
194 public Integer last()

Callers 3

testHeadSetMethod · 0.45
testTailSetMethod · 0.45
testSubSetMethod · 0.45

Calls

no outgoing calls

Tested by 3

testHeadSetMethod · 0.36
testTailSetMethod · 0.36
testSubSetMethod · 0.36