8 lines
151 B
Text
8 lines
151 B
Text
# -*- mode: snippet -*-
|
|
# name: iterator
|
|
# key: iterator
|
|
# contributor: Andrea crotti
|
|
# --
|
|
public Iterator<${1:type}> iterator() {
|
|
$0
|
|
}
|