Trancher une liste java
new ArrayList(input.subList(0, input.size()/2))
Poised Partridge
new ArrayList(input.subList(0, input.size()/2))