text
stringlengths
10
2.72M
/** * Represents a superfan at the Olympics. * * @author Confused Coder * @version 1.0 */ public class SuperFan extends Spectator { /** * Public constructor. * * @param favoriteAthlete this spectator's favorite athlete... for now... */ public SuperFan(Athlete favoriteAthlete) { ...
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Maryam Athar Khan // Homework 04 // Due date is September 22,2015 // This program is designed to create specific combinations that may occur whilst playing poker. // // defi...
// Sun Certified Java Programmer // Chapter 6, P471 // Strings, I/O, Formatting, and Parsing import java.io.*; class Animal { // not serializable ! int weight = 42; }
package com.tencent.mm.ui.chatting.b.b; import com.tencent.mm.ui.chatting.b.u; import com.tencent.mm.ui.chatting.v; import java.util.ArrayList; public interface w extends u { void Fd(int i); ArrayList<String> cvK(); boolean cvL(); void cvM(); void cvN(); boolean cvO(); v cvP(); ...
public class Ellipse implements Shape{ double major_axis; double minor_axis; public Ellipse(double major_axis, double minor_axis) { this.major_axis = major_axis; this.minor_axis = minor_axis; } public double area(){ return pi*(major_axis/2)*(minor_axis/2); } }
package com.automation; import org.testng.annotations.AfterClass; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Parameters; import org.testng.annotations.Test; import com.base.BaseClass; public class Test...
package com.wb.bot.wbbot.beans; public class Subscription { private String channel; private String subscription; private String id; private String clientId; public void setChannel(String channel) { this.channel = channel; } public String getChannel() { return channel; ...
package com.s24.redjob.channel.command; import com.s24.redjob.queue.QueueWorker; import com.s24.redjob.worker.Execution; import com.s24.redjob.worker.runner.JobRunner; import com.s24.redjob.worker.runner.JobRunnerComponent; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.sp...
package gerenciador.turma; import gerenciador.alunos.Aluno; /* * @author Evolute */ public class Turma { private Aluno aluno; private gerenciador.aula.Turma aula; private DiasSemana semana; private String horario; // Declaração do construtor da classe Turma// public Turma (Aluno...
package com.bootcamp.parkingLot; import com.bootcamp.parkingLot.exception.CanNotParkException; import com.bootcamp.parkingLot.observer.ParkingLotObserver; import java.util.ArrayList; import java.util.HashMap; import java.util.List; public class ParkingLot { private int capacity; private HashMap<Object, Objec...
package steamarbitrage.steamio; public enum SteamCookieName { MACHINE_AUTH, SESSION_ID, LOGIN, LOGIN_SECURE, // CC, // WEB_TRADE_ELIGIBILITY, // COUNTRY, // BROWSER_ID, // LKG_BILLING_COUNTRY, // REMEMBER_LOGIN }
/** * ReservationUserCommentImageServiceImpl.java $version 2018. 8. 7. * * Copyright 2018 NAVER Corp. All rights Reserved. * NAVER PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.nts.pjt3.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired;...
/** * Copyright (c) 2016, 指端科技. */ package com.rofour.baseball.service.message.impl; import com.fasterxml.jackson.core.type.TypeReference; import com.rofour.baseball.common.AttachConstant; import com.rofour.baseball.common.Constant; import com.rofour.baseball.common.HttpClientUtils; import com.rofour.baseball.contro...
package com.smxknife.patterns.proxy.demo4.test; import com.smxknife.patterns.proxy.demo4.JdkClassLoader; import com.smxknife.patterns.proxy.demo4.JdkInvocationHandler; import com.smxknife.patterns.proxy.demo4.JdkProxy; import java.lang.reflect.Method; /** * @author smxknife * 2019/12/27 */ public class TestHandle...
package android.support.v4.e; import java.util.Collection; import java.util.Map; import java.util.Map.Entry; import java.util.Set; public class a<K, V> extends j<K, V> implements Map<K, V> { g<K, V> tv; public a(int i) { super(i); } private g<K, V> bQ() { if (this.tv == null) { ...
package com.sunbing.demo.config; import com.sunbing.demo.interceptor.SourceAccessInterceptor; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * 拦截器...
package com.anydecisions.bean; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "web_user") public class WebUser { @Id ...
package Marketing.Wrapping.Builder; import Marketing.Wrapping.Cover.HerringCanWrappingCover; import Marketing.Wrapping.Cover.WrappingCover; import Marketing.Wrapping.WrappingCanInfo; import Marketing.Wrapping.WrappingFactoryInfo; /** * 鲱鱼罐头建造者类 * * @author 王立友 * @date 2021/10/30 20:34 */ public class Her...
package com.xiaomi; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.api.java.function.Function; import scala.Serializable; import scala.Tuple2; import java.util.Arrays; import java.util.List; public class CustomSo...
package core.dao; import core.dao.api.ItemDao; import domain.api.Item; public class ItemHibernateDaoImpl extends GenericHibernateDaoImpl<Item, Long> implements ItemDao { }
package com.tencent.mm.ui.chatting.viewitems; import android.view.View; import android.view.ViewGroup; import android.widget.CheckBox; import android.widget.ImageView; import android.widget.ProgressBar; import android.widget.TextView; import com.tencent.mm.R; import com.tencent.mm.pluginsdk.ui.emoji.RTChattingEmojiVie...
package com.KSTT.cosmos.autotests.steps; import com.KSTT.cosmos.autotests.core.CosmosPage; import net.thucydides.core.annotations.Step; import net.thucydides.core.pages.Pages; import net.thucydides.core.steps.ScenarioSteps; import org.junit.Assert; /** * Created by arzhanov on 04.12.15. */ public class CosmosSteps ...
package com.xiruan.demand.repository; import com.xiruan.demand.entity.monitor.Category; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.repository.PagingAndSortingRepository; /** * Created by Chen.Ju on 2015/5/25. */ public interface CategoryDao extends Pagin...
package net.sf.ardengine.input.console; import javafx.scene.paint.Color; import net.sf.ardengine.Core; import net.sf.ardengine.FontManager; import net.sf.ardengine.events.EventType; import net.sf.ardengine.events.IEvent; import net.sf.ardengine.events.IListener; import net.sf.ardengine.events.KeyEvent; import net.sf.a...
package com.tencent.mm.plugin.fts.ui; import android.app.Dialog; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.os.Build.VERSION; import android.os.Bundle; import android.transition.Transition; import android.transition.TransitionInflater; import and...
package com.esc.fms.service.right; import com.esc.fms.entity.User; import com.esc.fms.entity.UserListElement; import java.util.List; import java.util.Set; /** * Created by tangjie on 2016/11/27. */ public interface UserService { int insert(User user); User getUserByUserName(String userName); Set<Str...
package com.gdcp.weibo.dao; import com.gdcp.weibo.entity.Forward; public interface ForwardDao { /** * 新增转发 * @param forward * @return */ int insertForward(Forward forward); }
package main; public class EntityNotFoundException extends Exception{ private String message; private long todoId; public static EntityNotFoundException createWith(long todoId, String message) { return new EntityNotFoundException(todoId, message); } public EntityNotFoundException(long to...
package com.tencent.mm.plugin.sns.model; import com.tencent.mm.plugin.sns.h.b; public interface ae { b bxT(); }
package com.pybeta.daymatter.ui; import android.app.Activity; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager.NameNotFoundException; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListen...
package dk.au.cs.thor.robotium2espresso.widgets; import dk.au.cs.thor.robotium2espresso.Solo; import android.widget.Button; public class WeakButton { private Updater<Button> updater; public WeakButton(Button widget, Solo solo) { int id = widget.getId(); updater = Updater.<Button>fromId(id, solo); } public ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package snakesandladders.Squares; import java.awt.Color; import javax.swing.BoxLayout; import javax.swing.JLabel; import sna...
package ericlwan_CSCI201_FinalProject; import java.util.Vector; // Intermediate class used for storing historical data from SQL database public class HistoricalData { Vector<Car> cars = new Vector<Car>(); Vector<Averages> hourlyData = new Vector<Averages>(); int counter; public HistoricalData() { } public V...
import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Pageload { public static void main(String[] args) { WebDriver driver=new ChromeDriver(); driver.get("https://www.magento.com"); dri...
package com.cloudogu.smeagol.wiki.infrastructure; import com.cloudogu.smeagol.wiki.domain.Path; import com.cloudogu.smeagol.wiki.domain.WikiId; import jakarta.servlet.http.HttpServletRequest; import org.springframework.stereotype.Component; /** * Extracts the wildcard part as {@link Path} from the request. */ @Com...
package entity; import java.io.Serializable; import java.util.List; public class ServerResponse implements Serializable { private static final long serialVersionUID = 1L; private boolean success; private List<Book> books; private String message; public ServerResponse(){} public boolean isSu...
package android.support.v4.d; interface e$c { int b(CharSequence charSequence, int i); }
package GUIModule; import javax.swing.*; import java.awt.*; public class ReportTableWindow extends JFrame { JTable table; ReportTableWindow(JTable table){ super("Подробный отчет"); this.table = table; initialize(); } private void initialize() { JScrollPane scrollPa...
package org.jfree.data.test; import static org.junit.Assert.*; import org.jfree.data.Range; import org.junit.*; /** * A Test Suit for testing equals function of Range class * * @author Group 8 - Quan, Alex, Sebastian, Carlos * */ public class RangeTestEqual{ private Range exampleRange; @BeforeClass public ...
package javax.vecmath; import java.io.Serializable; public abstract class Tuple2d implements Serializable, Cloneable { static final long serialVersionUID = 6205762482756093838L; public double x; public double y; public Tuple2d(double x, double y) { this.x = x; this.y = y; } public Tupl...
package com.example.finalproject; import android.os.AsyncTask; import java.util.ArrayList; import java.util.Map; public class GetMatchesTask extends AsyncTask<Void, Void, ArrayList<Map<String,Object>>> { MainActivity ma; GetMatchesTask(MainActivity man ){ ma = man; } @Override protected Ar...
package com.tencent.mm.plugin.music.model.notification; import android.content.Intent; import com.tencent.mm.sdk.b.c; import com.tencent.mm.sdk.platformtools.ad; import com.tencent.mm.sdk.platformtools.x; public final class b { public c fIu; public MMMusicPlayerService lzf; volatile boolean lzl = false; ...
@NonNullApi @NonNullFields package fi.lassemaatta.temporaljooq.config.profile; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;
package com.mes.old.meta; // Generated 2017-5-22 1:25:24 by Hibernate Tools 5.2.1.Final /** * BMeasureTool generated by hbm2java */ public class BMeasureTool implements java.io.Serializable { private BMeasureToolId id; private String toolName; private String tolerancename; private String tolerancetype; private...
package ru.cscenter.practice.recsys; import org.openqa.selenium.*; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import ru.cscenter.practice.recsys.exceptions.NoAreasException; import ru.cscenter.practice.recsys.exceptions.TooManyAreasException; import ...
package importDataProcess; /** * Created by csw on 2016/10/11 14:27. * Explain: */ public class ExceptionProcess { public static String getExceptionInfo(Long batchNum) { String info = null; if (batchNum != null) { if (ExceptionData.exceptionMap != null) { info = Exce...
package ru.ibs.intern.service; import ru.ibs.intern.entity.Area; import ru.ibs.intern.entity.Currency; public interface DictionariesService { }
package jk.pp.ta.pubsub.kafka.consumer; import java.util.concurrent.ExecutorService; public class InermittenConsumerImpl { @SuppressWarnings("unused") private ExecutorService executorSvc = null; public InermittenConsumerImpl() { } public InermittenConsumerImpl(ExecutorService executorSvc) { this.setExecutor...
package com.youthchina.dtos; /** * Created by zhongyangwu on 2/26/19. */ /* @SpringBootTest @RunWith(SpringRunner.class) public class RichTextDTOTest { @Test public void readRichTextDTO() { //language=JSON String json = "{\n" + " \"braftEditorRaw\": {\n" + ...
package com.pduleba.spring.data.services; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.pduleba.jpa.model.OwnerModel; import com.pduleba.spring.data.dao.OwnerDao; @Service public class OwnerServiceImpl imple...
/* * Copyright 2014, Stratio. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
package se.gareth.swm; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import java.util.ArrayList; import java.util.LinkedList; public class Owl1 extends Creature { private static ArrayList<Sprite> mFlyingSprite; private static ArrayList<LinkedList<Spri...
package com.legalzoom.api.test.dto; /** * */ public class CreateProcessingStatusCategoryIdDTO implements DTO { private String processingStatusCategoryId; //pkProcessingCategory from ProcessingCategory private String processId; //pkProcess from Process public String getProcessingStatusCategoryId() { return ...
package net.somethingnew.kawatan.flower; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.util.DisplayMetrics; import android.util.SparseArray; import android.view....
package com.nãosei.entities; import java.awt.Color; import java.awt.Graphics; import java.awt.image.BufferedImage; import com.nãosei.world.Camera; public class Heart extends Entity{ public Heart(int x, int y, int width, int heigth, BufferedImage sprite) { super(x, y, width, heigth, sprite); setMask(0, 0, 16, 1...
package com.brainmentors.testengine.models.user; import javax.validation.constraints.Max; import javax.validation.constraints.Min; import javax.validation.constraints.NotEmpty; public class Student { @NotEmpty(message="Name is Required") private String name; @Min(value = 18,message = "Min is 18") @Max(value = ...
package _00_Binary_Conversion; import javax.swing.JOptionPane; public class DecimalToBinary { public static void main(String[] args) { //Converting a decimal number to binary is a little trickier. //EXAMPLE: Convert 43 to binary /* * Step 1: Start with one and add a digit the left that is double the v...
import java.io.*; class StringRead { public static void main(String args[]) throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter Your Name: "); String name=br.readLine(); System.out.println("Your name is: "+name); } }
package com.espendwise.manta.util.validation.rules; import com.espendwise.manta.model.data.StoreMessageData; import com.espendwise.manta.util.RefCodeNames; import com.espendwise.manta.util.Utility; import com.espendwise.manta.util.arguments.Args; import com.espendwise.manta.util.trace.ExceptionReason; import com.espe...
import java.util.Random; import java.util.Scanner; /*********************************************** * Assignment: * Program: * Author: * Description: ***********************************************/ public class Mission5 { public static void main(String[] args) { Scanner input = new Scanner(System.in); Ra...
package com.myblog.version3.service.impl; import com.myblog.version3.entity.Article; import com.myblog.version3.mapper.articleMapper; import com.myblog.version3.service.articleService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.spr...
package myproject.game.mappers; import myproject.game.models.dto.SessionDto; import myproject.game.models.entities.Session; import org.mapstruct.Mapper; import org.mapstruct.factory.Mappers; import java.util.List; @Mapper public interface SessionMapper { SessionMapper INSTANCE = Mappers.getMapper(SessionMapper.c...
package com.tencent.mm.plugin.product.ui; import android.content.Intent; import android.view.View; import android.view.View.OnClickListener; import com.tencent.mm.plugin.report.service.h; import com.tencent.mm.plugin.wxpay.a.i; import com.tencent.mm.ui.base.s; class MallProductUI$6 implements OnClickListener { fi...
package lab_3.pkg2; /** * * @author sameeh boshra */ public interface animal { public void animal_eat(String eat); public void animal_travel(boolean b ); }
import java.util.ArrayList; import java.util.Scanner; public class Exam { public static void main(String[] args) { Scanner nya = new Scanner(System.in); ArrayList<Integer> stuff = new ArrayList<>(nya.nextInt()); for(int x: stuff) stuff.add(nya.nextInt()); ArrayList<Arr...
package ar.edu.utn.frlp.app.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import javax.persistence.*; import java.util.List; @Entity @Table(name = "User") public class User { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(name = "username") ...
package com.tencent.mm.plugin.appbrand.canvas.widget; import android.view.View; import android.view.ViewParent; class MCanvasView$1 implements Runnable { final /* synthetic */ MCanvasView fnF; MCanvasView$1(MCanvasView mCanvasView) { this.fnF = mCanvasView; } public final void run() { ...
package com.example.server.utils; public interface AppConstants { String DEFAULT_PAGE_NUMBER="0"; String DEFAULT_PAGE_SIZE="10"; String START_DATE="1970-01-01"; String END_DATE="2100-01-01"; int MAX_PAGE_SIZE = 20; }
package com.tencent.tencentmap.mapsdk.a; public final class li extends mf implements Cloneable { static final /* synthetic */ boolean j = (!li.class.desiredAssertionStatus()); public String a = ""; public String b = ""; public String c = ""; public String d = ""; public String e = ""; publi...
package com.ebupt.portal.User.service; import com.ebupt.portal.User.entity.User; import com.ebupt.portal.common.Results.JSONResult; public interface UserService { JSONResult findAll(); JSONResult findByName(String name); JSONResult update(User user); JSONResult deleteById(int id); }
package fooBarQix; public class FooBarQix { public static String process(int number) { if(number % 3 == 0) return "FOO"; if(number % 5 == 0) return "BAR"; if(number % 7 == 0) return "QIX"; if(number % 2 == 0) return "FOOBARQIX"; if(number % 2 == 0 && number % 3 == 0 && number % 5 == 0 && num...
package com.webcloud.webservice; /** * @class:LoginService.java * @author:Wangwei * @date:2013-12-20 * @comment: */ import com.webcloud.model.UserAuth; public interface LoginService { /** * 获取短信验证码 * @param phoneNum 手机号 * @param productKey 产品编号 * @return 0: 成功 */ ...
package com.hakim.registration.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.GetMapping; import org.sp...
package com.spring.demo.configuration; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.env.Environment; import springfox.documentation.builders.PathSelectors; ...
package com.github.netudima.jmeter.junit.report; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; import java.io.File; import static org.assertj.core.api.Assertions.assertThat; public class JtlToJUnitReportTransformerTest { @Rule public TemporaryFolder tmpFolder = new T...
package com.tencent.mm.g.a; public final class ru$b { public boolean ccK; }
package service; import org.junit.Before; import org.junit.Test; import uk.gov.dwp.maze.model.Grid; import uk.gov.dwp.maze.model.Maze; import uk.gov.dwp.maze.service.MazeService; import uk.gov.dwp.maze.service.PrintMaze; import static org.junit.Assert.assertEquals; public class PrintMazeTest { PrintMaze printMa...
import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; class Floydtest { @Test void test() { Floyd gg= new Floyd(); gg.add("City1","City2","1"); gg.add("City2","City4","2"); gg.add("City4","City6","3"); gg.add("City3","City8","4"); gg.add("City5","City10","5"); ...
package com.tencent.mm.kernel.a.b; public final class h { public Class dsO; public Class dsP; public Class dsf; }
package jc.sugar.JiaHui.jmeter.assertion; import jc.sugar.JiaHui.jmeter.*; import org.apache.jmeter.assertions.DurationAssertion; import java.util.HashMap; import java.util.Map; import static org.apache.jorphan.util.Converter.getLong; @JMeterElementMapperFor(value = JMeterElementType.DurationAssertion, testGuiClass...
package com.polsl.edziennik.desktopclient.view.common.panels.button; public class ExamTaskTypeButtonPanel extends AddRemoveButtonPanel { @Override public void create() { add = Button.getButton("addIcon", "addExamTaskTypesHint"); remove = Button.getButton("removeIcon", "removeExamTaskTypesHint"); } ...
/** * Contains Rocket.Chat REST API Client. * * @since 0.0.1 * @version 0.1.0 */ package com.github.baloise.rocketchatrestclient;
package be.klak.whatsthat.api; import static be.klak.whatsthat.OfyService.ofy; import be.klak.whatsthat.domain.Rebus; import com.google.api.server.spi.config.Api; import com.google.api.server.spi.config.ApiMethod; @Api(name = "whatsthat") public class WhatsThatApi { @ApiMethod(name = "rebus.random") public Rebus ...
package com.rc.panels; import com.rc.app.Launcher; import com.rc.components.*; import com.rc.components.message.ChatEditorPopupMenu; import com.rc.frames.ScreenShotFrame; import com.rc.helper.HotKeyHelper; import com.rc.listener.ExpressionListener; import com.rc.res.Colors; import com.rc.res.Cursors; import com.rc.uti...
package api.longpoll.bots.model.events.video; import api.longpoll.bots.model.events.EventObject; import com.google.gson.annotations.SerializedName; /** * Describes <b>video_comment_delete</b> event objects. */ public class VideoCommentDeleteEvent implements EventObject { /** * Comment ID. */ @Seri...
package ars.ramsey.interviewhelper.widget.FloatingMenu; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.util.Log; import android.util.TypedValue; import android.view.View; import android.view.ViewGroup; import ars.ramsey.interviewhelper.R; /** ...
package com.lubarov.daniel.nagger.messages.c2s; public class C2sCreateRecipientMessage { public String name; public String command; }
package net.suntrans.suntranscomponents.utils; import android.os.Handler; import android.os.Looper; import android.text.TextUtils; import android.widget.Toast; import android.content.Context; /** * Created by Looney on 2018/9/18. * Des: */ public class ToastUtils { private static Handler handler = new Handler(...
package com.bytedance.sandboxapp.b.a.b; import android.util.Log; import d.f.b.l; public final class b implements a { public static a a; public static final b b = new b(); public static String a(Object[] paramArrayOfObject) { l.b(paramArrayOfObject, "messages"); StringBuilder stringBuil...
package dia04feb; import java.util.Scanner; public class ejercicio4 { public static void main(String[] args) { // TODO Auto-generated method stub int numIngresado, numMasAlto, guardaNumeroAlto, numMasBajo, acumNumeros,sumNegativos,sumPositivos; Scanner Teclado = new Scanner(System.in); numIngresado ...
package com.mes.cep.meta.personnelModel; /** * @author Stephen°§Wen * @email 872003894@qq.com * @date 2017ńÍ5‘¬2»’ * @Chinesename */ public class PersonnelClassProperty { }
package com.gzeinnumer.module_2.ui; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import com.gzeinnumer.module_2.R; import com.gzeinnumer.module_2.di.provider.Module_2_ComponentProvider; import javax.inject.Inject; import javax.inject.Named; public class Module...
package com.company.Triangle; public class Triangle { int aA; int bB; int cC; public Triangle(int aA, int bB, int cC) { this.aA = aA; this.bB = bB; this.cC = cC; } @Override public String toString() { return "Triangle{" + "aA=" + aA + ...
package com.espendwise.manta.spi; public interface Typed<T> { public T getType(); }
/** * ListDialog.java * * This class is the dialog responsible for showing the list of available parties * * Trent Begin, Matt Shore, Becky Torrey * 5/5/2014 * * Variables: * private ArrayList<String> displayList: The list of device names * private String title ...
package com.tencent.mm.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; class ServiceNotifySettingsUI$2 implements OnCancelListener { final /* synthetic */ ServiceNotifySettingsUI tqb; ServiceNotifySettingsUI$2(ServiceNotifySettingsUI serviceNotifySettingsU...
package com.liuhy.hikari; import com.liuhy.domain.User; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import java.util.List; /** * Created by liuhy on 2017/2/22. */ public class TestHikari { @Test pu...
package com.ifre.service.brms; import java.util.Set; import org.jeecgframework.core.common.service.CommonService; import org.jeecgframework.web.system.pojo.base.TSFunction; import org.jeecgframework.web.system.pojo.base.TSIcon; import org.jeecgframework.web.system.pojo.base.TSUser; import com.ifre.entity.brms.VarTyp...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pl.panryba.mc.duels; /** * * @author PanRyba.pl */ public class CanDuelResult { private boolean result; private CanDuelReason reason; public CanDuelResult(boolean result, CanDuelReason reason...
import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Objects; /** * Class responsible for loading * book data from file. */ public class LibraryFileLoader { /** * Contains all l...