Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
int com.griddynamics.jagger.engine.e1.services.data.service.SessionEntity.IdComparator.compare ( SessionEntity  o1,
SessionEntity  o2 
)

Definition at line 148 of file SessionEntity.java.

References com.griddynamics.jagger.engine.e1.services.data.service.SessionEntity.getId().

148  {
149  Integer id1 = Integer.parseInt(o1.getId());
150  Integer id2 = Integer.parseInt(o2.getId());
151 
152  return id2.compareTo(id1);
153  }

Here is the call graph for this function: