8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: iterator
|
|
# key: iterator
|
|
# --
|
|
public Iterator<${1:type}> iterator() {
|
|
$0
|
|
}
|