MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / last

Method last

chapter21/src/main/java/com/seaofnodes/simple/Ary.java:38–38  ·  view source on GitHub ↗

@return last element

( )

Source from the content-addressed store, hash-verified

36
37 /** @return last element */
38 public E last( ) { return at(_len-1); }
39
40 /** Add element in amortized constant time
41 * @param e Element to add at end of list

Callers 6

parseAsgnMethod · 0.45
parseStructMethod · 0.45
fptrMethod · 0.45
promoteMethod · 0.45
inConMethod · 0.45
defineMethod · 0.45

Calls 1

atMethod · 0.95

Tested by

no test coverage detected