Skip to content
Benjamin Guez edited this page Feb 9, 2014 · 2 revisions

Here are the exposed methods for the LinkedList

  • add(item, index)
  • clear()
  • elementAtIndex(index)
  • size()
  • toArray()
  • contains(item)
  • indexOf(item)
  • isEmpty()
  • forEach(callback)
  • first()
  • last()
  • remove(item)
  • removeElementAtIndex(index)
  • reverse()
  • half()
Clone this wiki locally