Versions in this module Expand all Collapse all v1 v1.12.0 Sep 22, 2018 Changes in this version + type List interface + Add func(values ...interface{}) + Contains func(values ...interface{}) bool + Get func(index int) (interface{}, bool) + Insert func(index int, values ...interface{}) + Remove func(index int) + Set func(index int, value interface{}) + Sort func(comparator utils.Comparator) + Swap func(index1, index2 int)