Sha256: 34ac6e797747380d6e4a4b2485c643d89e1ed5d91f1f519654890b07f975cdfa
Contents?: true
Size: 394 Bytes
Versions: 119
Compression:
Stored size: 394 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.lang; import j2me.util.Iterator; public interface Iterable { Iterator iterator(); }
Version data entries
119 entries across 119 versions & 1 rubygems