>DansTonCode();

Citation de code source en Java143

 24 July 2014 à 01:18
	public static IStorage create(boolean storeInMemory) {
		if (storeInMemory) {
			return new MemoryStorage();
		} else {
			return new MemoryStorage();
		}
	}

Allez voir les citations similaires

Partagez cette citation