private List movieItems = null; public List getMovieItems() { final int first = 0; if (movieItems == null) { getPagingInfo(
I'd add Commons NullComparator instead to avoid some problems...