- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetFirstEntry (0.16 seconds)
-
src/test/java/org/codelibs/core/collection/SLinkedListTest.java
/** * @author higa */ public class SLinkedListTest { private final SLinkedList<String> list = new SLinkedList<String>(); /** * @throws Exception */ @Test public void testGetFirstEntry() throws Exception { assertThat(list.getFirstEntry(), is(nullValue())); list.addFirst("1"); assertThat(list.getFirstEntry().getElement(), is("1")); } /** * @throws ExceptionCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 8.3K bytes - Click Count (0)