- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 147 for hingga (0.06 sec)
-
src/main/java/org/codelibs/core/lang/AnnotationUtil.java
import java.util.Map; import org.codelibs.core.beans.BeanDesc; import org.codelibs.core.beans.MethodDesc; import org.codelibs.core.beans.factory.BeanDescFactory; /** * アノテーションのためのユーティリティクラスです。 * * @author higa */ public abstract class AnnotationUtil { /** * アノテーションの要素を名前と値の{@link Map}として返します。 * * @param annotation * アノテーション。{@literal null}であってはいけません
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/core/convert/ShortConversionUtilTest.java
* governing permissions and limitations under the License. */ package org.codelibs.core.convert; import junit.framework.TestCase; /** * @author higa * */ public class ShortConversionUtilTest extends TestCase { /** * @throws Exception */ public void testToShort() throws Exception {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/security/MessageDigestUtil.java
import org.codelibs.core.exception.ClIllegalStateException; import org.codelibs.core.exception.NoSuchAlgorithmRuntimeException; /** * {@link MessageDigest}を扱うユーティリティです。 * * @author higa * @author shinsuke */ public abstract class MessageDigestUtil { /** * {@link MessageDigest#getInstance(String)}の例外処理をラップします。 * * @param algorithm
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/EmptyEnumeration.java
* governing permissions and limitations under the License. */ package org.codelibs.core.collection; import java.util.Enumeration; /** * 空の {@link Enumeration}です。 * * @author higa * @param <T> * 列挙する要素の型 */ public class EmptyEnumeration<T> extends IteratorEnumeration<T> { /** * {@link EmptyEnumeration}を作成します。 */ public EmptyEnumeration() {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/util/MyBean.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.beans.util; /** * @author higa */ public class MyBean { /** * */ public String aaa; /** * */ public String bbb;
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 803 bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/util/MyBean2.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.beans.util; import java.util.Date; /** * @author higa */ public class MyBean2 { /** * */ public Date aaa;
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 779 bytes - Viewed (0) -
src/test/java/org/codelibs/core/net/UuidUtilTest.java
* governing permissions and limitations under the License. */ package org.codelibs.core.net; import junit.framework.TestCase; /** * @author higa * */ public class UuidUtilTest extends TestCase { /** * Test method for {@link org.codelibs.core.net.UuidUtil#create()}. */ public void testCreate() {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/net/JarURLConnectionUtil.java
import java.io.IOException; import java.net.JarURLConnection; import java.util.jar.JarFile; import org.codelibs.core.exception.IORuntimeException; /** * {@link JarURLConnection}用のユーティリティクラスです。 * * @author higa */ public abstract class JarURLConnectionUtil { /** * {@link JarURLConnection#getJarFile()}の例外処理をラップするメソッドです。 * * @param conn
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/io/ResourceBundleUtilTest.java
import static org.hamcrest.CoreMatchers.notNullValue; import static org.junit.Assert.assertThat; import java.util.Map; import java.util.ResourceBundle; import org.junit.Test; /** * @author higa * */ public class ResourceBundleUtilTest { /** * @throws Exception */ @Test public void testConvertMap() throws Exception {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.8K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/util/MyBean3.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.beans.util; /** * @author higa */ public class MyBean3 { /** * */ public String abc_value = "abc"; /** * */ public String xyz_value = "xyz"; /** * */
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1011 bytes - Viewed (0)