![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.util.Range Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate Show documentation
Show all versions of hibernate Show documentation
Relational Persistence for Java
//$Id: Range.java 3890 2004-06-03 16:31:32Z steveebersole $
package org.hibernate.util;
public final class Range {
public static int[] range(int begin, int length) {
int[] result = new int[length];
for ( int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy