Package com.cxy.redisclient.service

Examples of com.cxy.redisclient.service.ListService.removeFirst()


    assertTrue(values.get(0).equals("test"));
  }
 
  public void testRemove() {
    ListService service = new ListService();
    service.removeFirst(1, 0, "mylist");
    service.removeLast(1, 0, "mylist");
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.