Files

5 lines
76 B
Python

from java.util import Collections
x = Collections.emptyList()
s = x.size()