/* */ case 1:
/* 1595 */ return this.lastReturnedNode.getValue();
/* */ case 2:
/* 1597 */ return this.lastReturnedNode;
/* */ case 3:
/* 1599 */ return new UnmodifiableMapEntry(this.lastReturnedNode.getValue(), this.lastReturnedNode.getKey());
/* */ }
/* 1601 */ return null;
/* */ }