Search Options

Results per page
Sort
Preferred Languages
Advance

Results 681 - 690 of 4,290 for See (0.01 sec)

  1. ForwardingCondition.java

    es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.util.concurrent; L16: L17:import com.google.common.annotations.J2ktIncompatible; L18:import java.util.Date;...
    github.com/google/guava/android/guava/src/com/g...
    Tue Apr 04 09:45:04 UTC 2023
      1.7K bytes
  2. GwtFluentFutureCatchingSpecialization.java

    es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.util.concurrent; L16: L17:import com.google.common.annotations.GwtCompatible; L18:import com.google.com...
    github.com/google/guava/android/guava/src/com/g...
    Tue Apr 04 09:45:04 UTC 2023
      1.5K bytes
  3. MapsSortedTransformValuesTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static com.google.common.collect.Maps.transformValues; L20: L21:import com.goo...
    github.com/google/guava/guava-tests/test/com/go...
    Wed Oct 30 16:15:19 UTC 2024
      1.5K bytes
  4. GwtFuturesCatchingSpecialization.java

    es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.util.concurrent; L16: L17:import com.google.common.annotations.GwtCompatible; L18:import com.google.com...
    github.com/google/guava/guava/src/com/google/co...
    Tue Apr 04 09:45:04 UTC 2023
      1.4K bytes
  5. LoggerAdapter.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.log; L17: L18:/** L19: * 任意のロギングフレームワークを利用するためのアダプタです。 L20: * L21: * @author koichik L22: */ L23:interface LoggerAdapter...
    github.com/codelibs/corelib/src/main/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.3K bytes
  6. ValueHolder.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.misc; L17: L18:/** L19: * 値を保持するクラスです。 L20: * L21: * @author koichik L22: * @param <T> L23: * 値の型...
    github.com/codelibs/corelib/src/main/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.5K bytes
  7. SRuntimeExceptionTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.exception; L17: L18:import static org.codelibs.core.collection.ArrayUtil.asArray; L19:import static org.hamc...
    github.com/codelibs/corelib/src/test/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.6K bytes
  8. JarFileUtilTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.jar; L17: L18:import java.io.File; L19:import java.net.URL; L20: L21:import junit.framework.TestCase; L22: L23:/**...
    github.com/codelibs/corelib/src/test/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.5K bytes
  9. Base64UtilTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.misc; L17: L18:import junit.framework.TestCase; L19: L20:/** L21: * @author higa L22: * L23: */ L24:public class...
    github.com/codelibs/corelib/src/test/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.5K bytes
  10. DomUtilTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.xml; L17: L18:import javax.xml.parsers.DocumentBuilder; L19: L20:import junit.framework.TestCase; L21: L22:import...
    github.com/codelibs/corelib/src/test/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      1.6K bytes
Back to top