github.com/emirpasic/gods/lists/arraylist.List.Size (method)
7 uses
github.com/emirpasic/gods/lists/arraylist (current package)
arraylist.go#L125: func (list *List) Size() int {
github.com/emirpasic/gods/trees/binaryheap
binaryheap.go#L57: size := heap.list.Size()/2 + 1
binaryheap.go#L71: lastIndex := heap.list.Size() - 1
binaryheap.go#L91: return heap.list.Size()
binaryheap.go#L124: size := heap.list.Size()
binaryheap.go#L148: index := heap.list.Size() - 1
binaryheap.go#L162: return index >= 0 && index < heap.list.Size()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |