import java.util.List; public int computeSize(List list) { return list.size(); }
Copyright 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence